|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/gatsby-blocks-core",
|
| 3 |
-
"version": "3.
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
|
@@ -8,11 +8,11 @@
|
|
| 8 |
"dependencies": {
|
| 9 |
"@elegantstack/gatsby-plugin-mkdir": "^3.0.0",
|
| 10 |
"@elegantstack/gatsby-plugin-proxy-directives": "^3.0.0",
|
| 11 |
-
"gatsby-plugin-image": "^1.
|
| 12 |
-
"gatsby-plugin-sharp": "^3.
|
| 13 |
-
"gatsby-source-filesystem": "^3.
|
| 14 |
-
"gatsby-transformer-json": "^3.
|
| 15 |
-
"gatsby-transformer-sharp": "^3.
|
| 16 |
"get-value": "^3.0.1"
|
| 17 |
}
|
| 18 |
}
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/gatsby-blocks-core",
|
| 3 |
+
"version": "3.5.0",
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
| 8 |
"dependencies": {
|
| 9 |
"@elegantstack/gatsby-plugin-mkdir": "^3.0.0",
|
| 10 |
"@elegantstack/gatsby-plugin-proxy-directives": "^3.0.0",
|
| 11 |
+
"gatsby-plugin-image": "^1.13.0",
|
| 12 |
+
"gatsby-plugin-sharp": "^3.13.0",
|
| 13 |
+
"gatsby-source-filesystem": "^3.13.0",
|
| 14 |
+
"gatsby-transformer-json": "^3.13.0",
|
| 15 |
+
"gatsby-transformer-sharp": "^3.13.0",
|
| 16 |
"get-value": "^3.0.1"
|
| 17 |
}
|
| 18 |
}
|
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/solid-ui-components",
|
| 3 |
-
"version": "3.
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
|
@@ -8,16 +8,16 @@
|
|
| 8 |
"dependencies": {
|
| 9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
| 10 |
"framer-motion": "^2.9.4",
|
| 11 |
-
"gatsby-plugin-react-helmet": "^4.
|
| 12 |
"google-map-react": "^2.1.10",
|
| 13 |
"lodash.mergewith": "^4.6.2",
|
| 14 |
"prop-types": "^15.7.2",
|
| 15 |
-
"react-accessible-accordion": "^3.3.
|
| 16 |
"react-anchor-link-smooth-scroll": "^1.0.12",
|
| 17 |
"react-helmet": "^6.1.0",
|
| 18 |
"react-icons": "^4.2.0",
|
| 19 |
"react-inlinesvg": "^2.3.0",
|
| 20 |
-
"react-intersection-observer": "^8.32.
|
| 21 |
"react-modal": "^3.14.3",
|
| 22 |
"theme-ui": "^0.3.4"
|
| 23 |
}
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/solid-ui-components",
|
| 3 |
+
"version": "3.5.0",
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
| 8 |
"dependencies": {
|
| 9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
| 10 |
"framer-motion": "^2.9.4",
|
| 11 |
+
"gatsby-plugin-react-helmet": "^4.13.0",
|
| 12 |
"google-map-react": "^2.1.10",
|
| 13 |
"lodash.mergewith": "^4.6.2",
|
| 14 |
"prop-types": "^15.7.2",
|
| 15 |
+
"react-accessible-accordion": "^3.3.5",
|
| 16 |
"react-anchor-link-smooth-scroll": "^1.0.12",
|
| 17 |
"react-helmet": "^6.1.0",
|
| 18 |
"react-icons": "^4.2.0",
|
| 19 |
"react-inlinesvg": "^2.3.0",
|
| 20 |
+
"react-intersection-observer": "^8.32.1",
|
| 21 |
"react-modal": "^3.14.3",
|
| 22 |
"theme-ui": "^0.3.4"
|
| 23 |
}
|
|
@@ -3,7 +3,13 @@ import GoogleMapReact from 'google-map-react'
|
|
| 3 |
import { FaMapMarkerAlt } from 'react-icons/fa'
|
| 4 |
|
| 5 |
const MapMarker = ({ lat, lng }) => (
|
| 6 |
-
<FaMapMarkerAlt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
)
|
| 8 |
|
| 9 |
const GoogleMap = (content, { lat, lng, zoom }) => (
|
| 3 |
import { FaMapMarkerAlt } from 'react-icons/fa'
|
| 4 |
|
| 5 |
const MapMarker = ({ lat, lng }) => (
|
| 6 |
+
<FaMapMarkerAlt
|
| 7 |
+
size='42'
|
| 8 |
+
color='#222'
|
| 9 |
+
lat={lat}
|
| 10 |
+
lng={lng}
|
| 11 |
+
style={{ transform: `(translate -50%,-100%)` }}
|
| 12 |
+
/>
|
| 13 |
)
|
| 14 |
|
| 15 |
const GoogleMap = (content, { lat, lng, zoom }) => (
|
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/solid-ui-theme",
|
| 3 |
-
"version": "3.
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
| 10 |
"@theme-ui/typography": "^0.3.4",
|
| 11 |
"gatsby-plugin-emotion": "4.5.0",
|
| 12 |
-
"gatsby-plugin-preconnect": "1.2.
|
| 13 |
"gatsby-plugin-web-font-loader": "^1.0.4",
|
| 14 |
"prop-types": "^15.7.2",
|
| 15 |
"theme-ui": "^0.3.4"
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/solid-ui-theme",
|
| 3 |
+
"version": "3.2.0",
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
| 9 |
"@elegantstack/gatsby-plugin-alias-imports": "^3.0.0",
|
| 10 |
"@theme-ui/typography": "^0.3.4",
|
| 11 |
"gatsby-plugin-emotion": "4.5.0",
|
| 12 |
+
"gatsby-plugin-preconnect": "1.2.1",
|
| 13 |
"gatsby-plugin-web-font-loader": "^1.0.4",
|
| 14 |
"prop-types": "^15.7.2",
|
| 15 |
"theme-ui": "^0.3.4"
|
|
@@ -1,19 +1,19 @@
|
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/gatsby-theme-flexiblocks",
|
| 3 |
-
"version": "3.
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
| 7 |
"license": "",
|
| 8 |
"dependencies": {
|
| 9 |
-
"@elegantstack/gatsby-blocks-core": "^3.
|
| 10 |
"@elegantstack/gatsby-blocks-helpers": "^2.0.0",
|
| 11 |
"@elegantstack/gatsby-common-helpers": "^3.0.2",
|
| 12 |
"@elegantstack/solid-ui-blocks": "^3.2.0",
|
| 13 |
-
"@elegantstack/solid-ui-components": "^3.
|
| 14 |
"@elegantstack/solid-ui-layout": "^3.0.0",
|
| 15 |
-
"@elegantstack/solid-ui-theme": "^3.
|
| 16 |
-
"gatsby-plugin-page-creator": "^3.
|
| 17 |
},
|
| 18 |
"peerDependencies": {
|
| 19 |
"gatsby": "^3.5.0",
|
| 1 |
{
|
| 2 |
"name": "@elegantstack/gatsby-theme-flexiblocks",
|
| 3 |
+
"version": "3.6.0",
|
| 4 |
"main": "index.js",
|
| 5 |
"private": true,
|
| 6 |
"author": "ElegantStack Team",
|
| 7 |
"license": "",
|
| 8 |
"dependencies": {
|
| 9 |
+
"@elegantstack/gatsby-blocks-core": "^3.5.0",
|
| 10 |
"@elegantstack/gatsby-blocks-helpers": "^2.0.0",
|
| 11 |
"@elegantstack/gatsby-common-helpers": "^3.0.2",
|
| 12 |
"@elegantstack/solid-ui-blocks": "^3.2.0",
|
| 13 |
+
"@elegantstack/solid-ui-components": "^3.5.0",
|
| 14 |
"@elegantstack/solid-ui-layout": "^3.0.0",
|
| 15 |
+
"@elegantstack/solid-ui-theme": "^3.2.0",
|
| 16 |
+
"gatsby-plugin-page-creator": "^3.13.0"
|
| 17 |
},
|
| 18 |
"peerDependencies": {
|
| 19 |
"gatsby": "^3.5.0",
|
|
Binary file
|
|
@@ -73,7 +73,7 @@
|
|
| 73 |
{
|
| 74 |
"text": "Checkout FlexiBlog",
|
| 75 |
"type": "PAGE",
|
| 76 |
-
"link": "https://
|
| 77 |
"target": "_blank",
|
| 78 |
"variant": "secondary",
|
| 79 |
"bg": "#805AD5"
|
| 73 |
{
|
| 74 |
"text": "Checkout FlexiBlog",
|
| 75 |
"type": "PAGE",
|
| 76 |
+
"link": "https://1.envato.market/LPD9RM/",
|
| 77 |
"target": "_blank",
|
| 78 |
"variant": "secondary",
|
| 79 |
"bg": "#805AD5"
|
|
@@ -2,213 +2,109 @@
|
|
| 2 |
# yarn lockfile v1
|
| 3 |
|
| 4 |
|
| 5 |
-
"@algolia/cache-browser-local-storage@4.10.
|
| 6 |
-
version "4.10.
|
| 7 |
-
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.10.
|
| 8 |
-
integrity sha512-
|
| 9 |
-
dependencies:
|
| 10 |
-
"@algolia/cache-common" "4.10.
|
| 11 |
-
|
| 12 |
-
"@algolia/cache-
|
| 13 |
-
version "4.
|
| 14 |
-
resolved "https://registry.yarnpkg.com/@algolia/cache-
|
| 15 |
-
integrity sha512-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
"
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
"@algolia/
|
| 25 |
-
version "4.
|
| 26 |
-
resolved "https://registry.yarnpkg.com/@algolia/
|
| 27 |
-
integrity sha512-
|
| 28 |
-
|
| 29 |
-
"@algolia/
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
"@algolia/
|
| 42 |
-
|
| 43 |
-
"@algolia/client-
|
| 44 |
-
version "4.10.
|
| 45 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-
|
| 46 |
-
integrity sha512-
|
| 47 |
-
dependencies:
|
| 48 |
-
"@algolia/
|
| 49 |
-
"@algolia/
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
"
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
"@algolia/
|
| 58 |
-
"@algolia/
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
"
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
"@algolia/
|
| 67 |
-
"@algolia/
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
"
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
"@algolia/
|
| 80 |
-
|
| 81 |
-
"@algolia/
|
| 82 |
-
version "4.10.
|
| 83 |
-
resolved "https://registry.yarnpkg.com/@algolia/
|
| 84 |
-
integrity sha512-
|
| 85 |
-
dependencies:
|
| 86 |
-
"@algolia/requester-common" "4.10.
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
"
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
"@algolia/
|
| 107 |
-
|
| 108 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-recommendation/-/client-recommendation-4.9.3.tgz#e2031237b2904c9d9b946fc846c87a21ad67bc5a"
|
| 109 |
-
integrity sha512-r+MNluwnUTr1tgHWQ5BPRw0A0YJZp9sXjSVxPCY3a+N6BgLaX4E02+FA8VrqVs8uR7mMQSLaJHoeCKnmNPrk9w==
|
| 110 |
-
dependencies:
|
| 111 |
-
"@algolia/client-common" "4.9.3"
|
| 112 |
-
"@algolia/requester-common" "4.9.3"
|
| 113 |
-
"@algolia/transporter" "4.9.3"
|
| 114 |
-
|
| 115 |
-
"@algolia/client-search@4.10.3":
|
| 116 |
-
version "4.10.3"
|
| 117 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.10.3.tgz#aa6b02c2d528cb264830f276739b7f68b58988ef"
|
| 118 |
-
integrity sha512-Zwnp2G94IrNFKWCG/k7epI5UswRkPvL9FCt7/slXe2bkjP2y/HA37gzRn+9tXoLVRwd7gBzrtOA4jFKIyjrtVw==
|
| 119 |
-
dependencies:
|
| 120 |
-
"@algolia/client-common" "4.10.3"
|
| 121 |
-
"@algolia/requester-common" "4.10.3"
|
| 122 |
-
"@algolia/transporter" "4.10.3"
|
| 123 |
-
|
| 124 |
-
"@algolia/client-search@4.9.3":
|
| 125 |
-
version "4.9.3"
|
| 126 |
-
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.9.3.tgz#6259645ad5a7e7388727343806bcf2d0cf3e343a"
|
| 127 |
-
integrity sha512-8C6woYf6bY4Fh9H9nKY5IDDeBPwQ3nZn9QMQdgUj9ffDU8UzPqSivtLER1A+I81p1j9h+aBADRifwzIYtSXOkA==
|
| 128 |
-
dependencies:
|
| 129 |
-
"@algolia/client-common" "4.9.3"
|
| 130 |
-
"@algolia/requester-common" "4.9.3"
|
| 131 |
-
"@algolia/transporter" "4.9.3"
|
| 132 |
-
|
| 133 |
-
"@algolia/logger-common@4.10.3":
|
| 134 |
-
version "4.10.3"
|
| 135 |
-
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.10.3.tgz#6773d2e38581bf9ac57e2dda02f0c4f1bc72ce94"
|
| 136 |
-
integrity sha512-M6xi+qov2bkgg1H9e1Qtvq/E/eKsGcgz8RBbXNzqPIYoDGZNkv+b3b8YMo3dxd4Wd6M24HU1iqF3kmr1LaXndg==
|
| 137 |
-
|
| 138 |
-
"@algolia/logger-common@4.9.3":
|
| 139 |
-
version "4.9.3"
|
| 140 |
-
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.9.3.tgz#d9b976524313b11f11c6ec546e2ed451c7964a11"
|
| 141 |
-
integrity sha512-8hGQ5HQvjx2kr7GWOmpON1tcRX2+VHqVg4p+qJqCBsPFlXbAshUyRJkxuen20eem2EAA5Cmmo1fPy/jlqdMMHA==
|
| 142 |
-
|
| 143 |
-
"@algolia/logger-console@4.10.3":
|
| 144 |
-
version "4.10.3"
|
| 145 |
-
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.10.3.tgz#bd8bdc1f9dba89db37be25d673ac1f2e68de7913"
|
| 146 |
-
integrity sha512-vVgRI7b4PHjgBdRkv/cRz490twvkLoGdpC4VYzIouSrKj8SIVLRhey3qgXk7oQXi3xoxVAv6NrklHfpO8Bpx0w==
|
| 147 |
-
dependencies:
|
| 148 |
-
"@algolia/logger-common" "4.10.3"
|
| 149 |
-
|
| 150 |
-
"@algolia/logger-console@4.9.3":
|
| 151 |
-
version "4.9.3"
|
| 152 |
-
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.9.3.tgz#f690bf8d5262a82425da26b42a519d7ec6c3784a"
|
| 153 |
-
integrity sha512-7FGulrAjS/oCVRShKJw5qFuyHOZk/44jolEtNtXvO/tZRR8hPPiow16Vrd3ByRSIhghkC5zj6at4nQhoPK+KqA==
|
| 154 |
-
dependencies:
|
| 155 |
-
"@algolia/logger-common" "4.9.3"
|
| 156 |
-
|
| 157 |
-
"@algolia/requester-browser-xhr@4.10.3":
|
| 158 |
-
version "4.10.3"
|
| 159 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.10.3.tgz#81ae8f6caf562a28f96102f03da7f4b19bba568c"
|
| 160 |
-
integrity sha512-4WIk1zreFbc1EF6+gsfBTQvwSNjWc20zJAAExRWql/Jq5yfVHmwOqi/CajA53/cXKFBqo80DAMRvOiwP+hOLYw==
|
| 161 |
-
dependencies:
|
| 162 |
-
"@algolia/requester-common" "4.10.3"
|
| 163 |
-
|
| 164 |
-
"@algolia/requester-browser-xhr@4.9.3":
|
| 165 |
-
version "4.9.3"
|
| 166 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.9.3.tgz#1c0fd594e253b41786b3408ade9f63862fe0c577"
|
| 167 |
-
integrity sha512-hP4YgxcY1kol0d+joXpO4BJuXjgF+vy3eBPk8WCXvZucv8hl5Vqb4BLccDMck+sTqP4Tqglwh/KwVTQrpmi/wA==
|
| 168 |
-
dependencies:
|
| 169 |
-
"@algolia/requester-common" "4.9.3"
|
| 170 |
-
|
| 171 |
-
"@algolia/requester-common@4.10.3":
|
| 172 |
-
version "4.10.3"
|
| 173 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.10.3.tgz#c3112393cff97be79863bc28de76f9c69b2f5a95"
|
| 174 |
-
integrity sha512-PNfLHmg0Hujugs3rx55uz/ifv7b9HVdSFQDb2hj0O5xZaBEuQCNOXC6COrXR8+9VEfqp2swpg7zwgtqFxh+BtQ==
|
| 175 |
-
|
| 176 |
-
"@algolia/requester-common@4.9.3":
|
| 177 |
-
version "4.9.3"
|
| 178 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.9.3.tgz#58fb72ca3f4f7714d75287ff568000ee6c2afac6"
|
| 179 |
-
integrity sha512-AgUw1iA/JkanZC+dhkSLyeiVgBhaaM3bI20f3cokuuDdz4X6F+hzi0vEpUZrEuNfnMLbUg8gxq3Vcg1/L9+9MA==
|
| 180 |
-
|
| 181 |
-
"@algolia/requester-node-http@4.10.3":
|
| 182 |
-
version "4.10.3"
|
| 183 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.10.3.tgz#75ea7805ac0ba25a1124989d8632ef39c31441c1"
|
| 184 |
-
integrity sha512-A9ZcGfEvgqf0luJApdNcIhsRh6MShn2zn2tbjwjGG1joF81w+HUY+BWuLZn56vGwAA9ZB9n00IoJJpxibbfofg==
|
| 185 |
-
dependencies:
|
| 186 |
-
"@algolia/requester-common" "4.10.3"
|
| 187 |
-
|
| 188 |
-
"@algolia/requester-node-http@4.9.3":
|
| 189 |
-
version "4.9.3"
|
| 190 |
-
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.9.3.tgz#a2bf0e7048fe3b81c6b6b170f8f68a5789dadafe"
|
| 191 |
-
integrity sha512-+nz7rRnI9qNcdZjHpyAyvcDLAO9mGobqsAi0aicxMka/szU1HVUX6+pvSOiiOsD8ST3R13rJuufgHfWdDUysQg==
|
| 192 |
-
dependencies:
|
| 193 |
-
"@algolia/requester-common" "4.9.3"
|
| 194 |
-
|
| 195 |
-
"@algolia/transporter@4.10.3":
|
| 196 |
-
version "4.10.3"
|
| 197 |
-
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.10.3.tgz#0aeee752923957cffe63e4cf1c7a22ca48d96dde"
|
| 198 |
-
integrity sha512-n1lRyKDbrckbMEgm7QXtj3nEWUuzA3aKLzVQ43/F/RCFib15j4IwtmYhXR6OIBRSc7+T0Hm48S0J6F+HeYCQkw==
|
| 199 |
-
dependencies:
|
| 200 |
-
"@algolia/cache-common" "4.10.3"
|
| 201 |
-
"@algolia/logger-common" "4.10.3"
|
| 202 |
-
"@algolia/requester-common" "4.10.3"
|
| 203 |
-
|
| 204 |
-
"@algolia/transporter@4.9.3":
|
| 205 |
-
version "4.9.3"
|
| 206 |
-
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.9.3.tgz#5a0933d4e59acdf88712156b2ab6f1b46c0a7f88"
|
| 207 |
-
integrity sha512-oJ68VSSpmUyB9EByqoyx25wgcrO9fgXtjH+pOtKoKmCW+RfxHW5agltJoQ808N8uq/AvP5ugMkRLGL3xf4WdzQ==
|
| 208 |
-
dependencies:
|
| 209 |
-
"@algolia/cache-common" "4.9.3"
|
| 210 |
-
"@algolia/logger-common" "4.9.3"
|
| 211 |
-
"@algolia/requester-common" "4.9.3"
|
| 212 |
|
| 213 |
"@ardatan/aggregate-error@0.0.6":
|
| 214 |
version "0.0.6"
|
|
@@ -238,15 +134,10 @@
|
|
| 238 |
dependencies:
|
| 239 |
"@babel/highlight" "^7.14.5"
|
| 240 |
|
| 241 |
-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.
|
| 242 |
-
version "7.
|
| 243 |
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.
|
| 244 |
-
integrity sha512-
|
| 245 |
-
|
| 246 |
-
"@babel/compat-data@^7.14.7":
|
| 247 |
-
version "7.14.7"
|
| 248 |
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
|
| 249 |
-
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
|
| 250 |
|
| 251 |
"@babel/core@7.10.5":
|
| 252 |
version "7.10.5"
|
|
@@ -292,20 +183,20 @@
|
|
| 292 |
semver "^5.4.1"
|
| 293 |
source-map "^0.5.0"
|
| 294 |
|
| 295 |
-
"@babel/core@^7.14.
|
| 296 |
-
version "7.
|
| 297 |
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
| 298 |
-
integrity sha512
|
| 299 |
dependencies:
|
| 300 |
"@babel/code-frame" "^7.14.5"
|
| 301 |
-
"@babel/generator" "^7.
|
| 302 |
-
"@babel/helper-compilation-targets" "^7.
|
| 303 |
-
"@babel/helper-module-transforms" "^7.
|
| 304 |
-
"@babel/helpers" "^7.
|
| 305 |
-
"@babel/parser" "^7.
|
| 306 |
-
"@babel/template" "^7.
|
| 307 |
-
"@babel/traverse" "^7.
|
| 308 |
-
"@babel/types" "^7.
|
| 309 |
convert-source-map "^1.7.0"
|
| 310 |
debug "^4.1.0"
|
| 311 |
gensync "^1.0.0-beta.2"
|
|
@@ -313,69 +204,60 @@
|
|
| 313 |
semver "^6.3.0"
|
| 314 |
source-map "^0.5.0"
|
| 315 |
|
| 316 |
-
"@babel/eslint-parser@^7.14.
|
| 317 |
-
version "7.
|
| 318 |
-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.
|
| 319 |
-
integrity sha512-
|
| 320 |
dependencies:
|
| 321 |
eslint-scope "^5.1.1"
|
| 322 |
eslint-visitor-keys "^2.1.0"
|
| 323 |
semver "^6.3.0"
|
| 324 |
|
| 325 |
-
"@babel/generator@^7.10.5", "@babel/generator@^7.12.5", "@babel/generator@^7.14.
|
| 326 |
-
version "7.
|
| 327 |
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
| 328 |
-
integrity sha512-
|
| 329 |
-
dependencies:
|
| 330 |
-
"@babel/types" "^7.14.5"
|
| 331 |
-
jsesc "^2.5.1"
|
| 332 |
-
source-map "^0.5.0"
|
| 333 |
-
|
| 334 |
-
"@babel/generator@^7.14.8":
|
| 335 |
-
version "7.14.8"
|
| 336 |
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
|
| 337 |
-
integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
|
| 338 |
dependencies:
|
| 339 |
-
"@babel/types" "^7.
|
| 340 |
jsesc "^2.5.1"
|
| 341 |
source-map "^0.5.0"
|
| 342 |
|
| 343 |
-
"@babel/helper-annotate-as-pure@^7.14.5":
|
| 344 |
-
version "7.
|
| 345 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
| 346 |
-
integrity sha512-
|
| 347 |
dependencies:
|
| 348 |
-
"@babel/types" "^7.
|
| 349 |
|
| 350 |
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
| 351 |
-
version "7.
|
| 352 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.
|
| 353 |
-
integrity sha512-
|
| 354 |
dependencies:
|
| 355 |
-
"@babel/helper-explode-assignable-expression" "^7.
|
| 356 |
-
"@babel/types" "^7.
|
| 357 |
|
| 358 |
-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
|
| 359 |
-
version "7.
|
| 360 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
| 361 |
-
integrity sha512-
|
| 362 |
dependencies:
|
| 363 |
-
"@babel/compat-data" "^7.
|
| 364 |
"@babel/helper-validator-option" "^7.14.5"
|
| 365 |
browserslist "^4.16.6"
|
| 366 |
semver "^6.3.0"
|
| 367 |
|
| 368 |
-
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.
|
| 369 |
-
version "7.
|
| 370 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
| 371 |
-
integrity sha512-
|
| 372 |
dependencies:
|
| 373 |
-
"@babel/helper-annotate-as-pure" "^7.
|
| 374 |
-
"@babel/helper-function-name" "^7.
|
| 375 |
-
"@babel/helper-member-expression-to-functions" "^7.
|
| 376 |
-
"@babel/helper-optimise-call-expression" "^7.
|
| 377 |
-
"@babel/helper-replace-supers" "^7.
|
| 378 |
-
"@babel/helper-split-export-declaration" "^7.
|
| 379 |
|
| 380 |
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
| 381 |
version "7.14.5"
|
|
@@ -399,84 +281,70 @@
|
|
| 399 |
resolve "^1.14.2"
|
| 400 |
semver "^6.1.2"
|
| 401 |
|
| 402 |
-
"@babel/helper-explode-assignable-expression@^7.
|
| 403 |
-
version "7.
|
| 404 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.
|
| 405 |
-
integrity sha512-
|
| 406 |
dependencies:
|
| 407 |
-
"@babel/types" "^7.
|
| 408 |
|
| 409 |
-
"@babel/helper-function-name@^7.14.5":
|
| 410 |
-
version "7.
|
| 411 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
|
| 412 |
-
integrity sha512-
|
| 413 |
dependencies:
|
| 414 |
-
"@babel/helper-get-function-arity" "^7.
|
| 415 |
-
"@babel/template" "^7.
|
| 416 |
-
"@babel/types" "^7.
|
| 417 |
|
| 418 |
-
"@babel/helper-get-function-arity@^7.
|
| 419 |
-
version "7.
|
| 420 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.
|
| 421 |
-
integrity sha512-
|
| 422 |
dependencies:
|
| 423 |
-
"@babel/types" "^7.
|
| 424 |
|
| 425 |
-
"@babel/helper-hoist-variables@^7.
|
| 426 |
-
version "7.
|
| 427 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.
|
| 428 |
-
integrity sha512-
|
| 429 |
dependencies:
|
| 430 |
-
"@babel/types" "^7.
|
| 431 |
|
| 432 |
-
"@babel/helper-member-expression-to-functions@^7.
|
| 433 |
-
version "7.
|
| 434 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.
|
| 435 |
-
integrity sha512-
|
| 436 |
dependencies:
|
| 437 |
-
"@babel/types" "^7.
|
| 438 |
|
| 439 |
-
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5":
|
| 440 |
-
version "7.
|
| 441 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.
|
| 442 |
-
integrity sha512-
|
| 443 |
dependencies:
|
| 444 |
-
"@babel/types" "^7.
|
| 445 |
|
| 446 |
-
"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5":
|
| 447 |
-
version "7.
|
| 448 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
| 449 |
-
integrity sha512-
|
| 450 |
dependencies:
|
| 451 |
-
"@babel/helper-module-imports" "^7.
|
| 452 |
-
"@babel/helper-replace-supers" "^7.
|
| 453 |
-
"@babel/helper-simple-access" "^7.
|
| 454 |
-
"@babel/helper-split-export-declaration" "^7.
|
| 455 |
-
"@babel/helper-validator-identifier" "^7.14.
|
| 456 |
-
"@babel/template" "^7.
|
| 457 |
-
"@babel/traverse" "^7.
|
| 458 |
-
"@babel/types" "^7.
|
| 459 |
|
| 460 |
-
"@babel/helper-
|
| 461 |
-
version "7.
|
| 462 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
| 463 |
-
integrity sha512-
|
| 464 |
-
dependencies:
|
| 465 |
-
"@babel/helper-module-imports" "^7.14.5"
|
| 466 |
-
"@babel/helper-replace-supers" "^7.14.5"
|
| 467 |
-
"@babel/helper-simple-access" "^7.14.8"
|
| 468 |
-
"@babel/helper-split-export-declaration" "^7.14.5"
|
| 469 |
-
"@babel/helper-validator-identifier" "^7.14.8"
|
| 470 |
-
"@babel/template" "^7.14.5"
|
| 471 |
-
"@babel/traverse" "^7.14.8"
|
| 472 |
-
"@babel/types" "^7.14.8"
|
| 473 |
-
|
| 474 |
-
"@babel/helper-optimise-call-expression@^7.14.5":
|
| 475 |
-
version "7.14.5"
|
| 476 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
|
| 477 |
-
integrity sha512-IqiLIrODUOdnPU9/F8ib1Fx2ohlgDhxnIDU7OEVi+kAbEZcyiF7BLU8W6PfvPi9LzztjS7kcbzbmL7oG8kD6VA==
|
| 478 |
dependencies:
|
| 479 |
-
"@babel/types" "^7.
|
| 480 |
|
| 481 |
"@babel/helper-plugin-utils@7.10.4":
|
| 482 |
version "7.10.4"
|
|
@@ -488,95 +356,74 @@
|
|
| 488 |
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
| 489 |
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
| 490 |
|
| 491 |
-
"@babel/helper-remap-async-to-generator@^7.14.5":
|
| 492 |
-
version "7.
|
| 493 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.
|
| 494 |
-
integrity sha512-
|
| 495 |
-
dependencies:
|
| 496 |
-
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 497 |
-
"@babel/helper-wrap-function" "^7.14.5"
|
| 498 |
-
"@babel/types" "^7.14.5"
|
| 499 |
-
|
| 500 |
-
"@babel/helper-replace-supers@^7.14.5":
|
| 501 |
-
version "7.14.5"
|
| 502 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
|
| 503 |
-
integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
|
| 504 |
dependencies:
|
| 505 |
-
"@babel/helper-
|
| 506 |
-
"@babel/helper-
|
| 507 |
-
"@babel/
|
| 508 |
-
"@babel/types" "^7.14.5"
|
| 509 |
|
| 510 |
-
"@babel/helper-
|
| 511 |
-
version "7.
|
| 512 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
| 513 |
-
integrity sha512
|
| 514 |
dependencies:
|
| 515 |
-
"@babel/
|
|
|
|
|
|
|
|
|
|
| 516 |
|
| 517 |
-
"@babel/helper-simple-access@^7.
|
| 518 |
-
version "7.
|
| 519 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.
|
| 520 |
-
integrity sha512-
|
| 521 |
dependencies:
|
| 522 |
-
"@babel/types" "^7.
|
| 523 |
|
| 524 |
-
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5":
|
| 525 |
-
version "7.
|
| 526 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
| 527 |
-
integrity sha512-
|
| 528 |
dependencies:
|
| 529 |
-
"@babel/types" "^7.
|
| 530 |
|
| 531 |
-
"@babel/helper-split-export-declaration@^7.
|
| 532 |
-
version "7.
|
| 533 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.
|
| 534 |
-
integrity sha512-
|
| 535 |
dependencies:
|
| 536 |
-
"@babel/types" "^7.
|
| 537 |
-
|
| 538 |
-
"@babel/helper-validator-identifier@^7.14.5":
|
| 539 |
-
version "7.14.5"
|
| 540 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
|
| 541 |
-
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
|
| 542 |
|
| 543 |
-
"@babel/helper-validator-identifier@^7.14.
|
| 544 |
-
version "7.14.
|
| 545 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.
|
| 546 |
-
integrity sha512-
|
| 547 |
|
| 548 |
"@babel/helper-validator-option@^7.14.5":
|
| 549 |
version "7.14.5"
|
| 550 |
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
| 551 |
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
| 552 |
|
| 553 |
-
"@babel/helper-wrap-function@^7.
|
| 554 |
-
version "7.
|
| 555 |
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
| 556 |
-
integrity sha512-
|
| 557 |
-
dependencies:
|
| 558 |
-
"@babel/helper-function-name" "^7.14.5"
|
| 559 |
-
"@babel/template" "^7.14.5"
|
| 560 |
-
"@babel/traverse" "^7.14.5"
|
| 561 |
-
"@babel/types" "^7.14.5"
|
| 562 |
-
|
| 563 |
-
"@babel/helpers@^7.10.4", "@babel/helpers@^7.12.5":
|
| 564 |
-
version "7.14.6"
|
| 565 |
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
|
| 566 |
-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
|
| 567 |
dependencies:
|
| 568 |
-
"@babel/
|
| 569 |
-
"@babel/
|
| 570 |
-
"@babel/
|
|
|
|
| 571 |
|
| 572 |
-
"@babel/helpers@^7.
|
| 573 |
-
version "7.
|
| 574 |
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
| 575 |
-
integrity sha512-
|
| 576 |
dependencies:
|
| 577 |
-
"@babel/template" "^7.
|
| 578 |
-
"@babel/traverse" "^7.
|
| 579 |
-
"@babel/types" "^7.
|
| 580 |
|
| 581 |
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
|
| 582 |
version "7.14.5"
|
|
@@ -587,32 +434,27 @@
|
|
| 587 |
chalk "^2.0.0"
|
| 588 |
js-tokens "^4.0.0"
|
| 589 |
|
| 590 |
-
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.14.5":
|
| 591 |
-
version "7.
|
| 592 |
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
| 593 |
-
integrity sha512-
|
| 594 |
-
|
| 595 |
-
"@babel/parser@^7.14.7", "@babel/parser@^7.14.8":
|
| 596 |
-
version "7.14.8"
|
| 597 |
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
|
| 598 |
-
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
|
| 599 |
|
| 600 |
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.
|
| 601 |
-
version "7.
|
| 602 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
| 603 |
-
integrity sha512-
|
| 604 |
dependencies:
|
| 605 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 606 |
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
| 607 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 608 |
|
| 609 |
-
"@babel/plugin-proposal-async-generator-functions@^7.
|
| 610 |
-
version "7.
|
| 611 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.
|
| 612 |
-
integrity sha512-
|
| 613 |
dependencies:
|
| 614 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 615 |
-
"@babel/helper-remap-async-to-generator" "^7.
|
| 616 |
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 617 |
|
| 618 |
"@babel/plugin-proposal-class-properties@^7.14.0", "@babel/plugin-proposal-class-properties@^7.14.5":
|
|
@@ -623,12 +465,12 @@
|
|
| 623 |
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 624 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 625 |
|
| 626 |
-
"@babel/plugin-proposal-class-static-block@^7.
|
| 627 |
-
version "7.
|
| 628 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.
|
| 629 |
-
integrity sha512-
|
| 630 |
dependencies:
|
| 631 |
-
"@babel/helper-create-class-features-plugin" "^7.
|
| 632 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 633 |
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
| 634 |
|
|
@@ -734,13 +576,13 @@
|
|
| 734 |
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 735 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 736 |
|
| 737 |
-
"@babel/plugin-proposal-private-property-in-object@^7.
|
| 738 |
-
version "7.
|
| 739 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
|
| 740 |
-
integrity sha512-
|
| 741 |
dependencies:
|
| 742 |
-
"@babel/helper-annotate-as-pure" "^7.
|
| 743 |
-
"@babel/helper-create-class-features-plugin" "^7.
|
| 744 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 745 |
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
| 746 |
|
|
@@ -901,24 +743,24 @@
|
|
| 901 |
dependencies:
|
| 902 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 903 |
|
| 904 |
-
"@babel/plugin-transform-block-scoping@^7.
|
| 905 |
-
version "7.
|
| 906 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
| 907 |
-
integrity sha512-
|
| 908 |
dependencies:
|
| 909 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 910 |
|
| 911 |
-
"@babel/plugin-transform-classes@^7.14.
|
| 912 |
-
version "7.
|
| 913 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
| 914 |
-
integrity sha512-
|
| 915 |
dependencies:
|
| 916 |
-
"@babel/helper-annotate-as-pure" "^7.
|
| 917 |
-
"@babel/helper-function-name" "^7.
|
| 918 |
-
"@babel/helper-optimise-call-expression" "^7.
|
| 919 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 920 |
-
"@babel/helper-replace-supers" "^7.
|
| 921 |
-
"@babel/helper-split-export-declaration" "^7.
|
| 922 |
globals "^11.1.0"
|
| 923 |
|
| 924 |
"@babel/plugin-transform-computed-properties@^7.14.5":
|
|
@@ -958,10 +800,10 @@
|
|
| 958 |
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
| 959 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 960 |
|
| 961 |
-
"@babel/plugin-transform-for-of@^7.
|
| 962 |
-
version "7.
|
| 963 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
| 964 |
-
integrity sha512-
|
| 965 |
dependencies:
|
| 966 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 967 |
|
|
@@ -996,25 +838,25 @@
|
|
| 996 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 997 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 998 |
|
| 999 |
-
"@babel/plugin-transform-modules-commonjs@^7.
|
| 1000 |
-
version "7.
|
| 1001 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
| 1002 |
-
integrity sha512-
|
| 1003 |
dependencies:
|
| 1004 |
-
"@babel/helper-module-transforms" "^7.
|
| 1005 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1006 |
-
"@babel/helper-simple-access" "^7.
|
| 1007 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 1008 |
|
| 1009 |
-
"@babel/plugin-transform-modules-systemjs@^7.
|
| 1010 |
-
version "7.
|
| 1011 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
| 1012 |
-
integrity sha512-
|
| 1013 |
dependencies:
|
| 1014 |
-
"@babel/helper-hoist-variables" "^7.
|
| 1015 |
-
"@babel/helper-module-transforms" "^7.
|
| 1016 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1017 |
-
"@babel/helper-validator-identifier" "^7.14.
|
| 1018 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 1019 |
|
| 1020 |
"@babel/plugin-transform-modules-umd@^7.14.5":
|
|
@@ -1025,10 +867,10 @@
|
|
| 1025 |
"@babel/helper-module-transforms" "^7.14.5"
|
| 1026 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1027 |
|
| 1028 |
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.
|
| 1029 |
-
version "7.14.
|
| 1030 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.
|
| 1031 |
-
integrity sha512-
|
| 1032 |
dependencies:
|
| 1033 |
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 1034 |
|
|
@@ -1047,10 +889,10 @@
|
|
| 1047 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1048 |
"@babel/helper-replace-supers" "^7.14.5"
|
| 1049 |
|
| 1050 |
-
"@babel/plugin-transform-parameters@^7.10.4", "@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.14.5":
|
| 1051 |
-
version "7.
|
| 1052 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
| 1053 |
-
integrity sha512-
|
| 1054 |
dependencies:
|
| 1055 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1056 |
|
|
@@ -1062,9 +904,9 @@
|
|
| 1062 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1063 |
|
| 1064 |
"@babel/plugin-transform-react-display-name@^7.14.5":
|
| 1065 |
-
version "7.
|
| 1066 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
| 1067 |
-
integrity sha512-
|
| 1068 |
dependencies:
|
| 1069 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1070 |
|
|
@@ -1075,16 +917,16 @@
|
|
| 1075 |
dependencies:
|
| 1076 |
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
| 1077 |
|
| 1078 |
-
"@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.14.5":
|
| 1079 |
-
version "7.14.
|
| 1080 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.
|
| 1081 |
-
integrity sha512-
|
| 1082 |
dependencies:
|
| 1083 |
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 1084 |
"@babel/helper-module-imports" "^7.14.5"
|
| 1085 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1086 |
"@babel/plugin-syntax-jsx" "^7.14.5"
|
| 1087 |
-
"@babel/types" "^7.14.
|
| 1088 |
|
| 1089 |
"@babel/plugin-transform-react-pure-annotations@^7.14.5":
|
| 1090 |
version "7.14.5"
|
|
@@ -1109,9 +951,9 @@
|
|
| 1109 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1110 |
|
| 1111 |
"@babel/plugin-transform-runtime@^7.14.5":
|
| 1112 |
-
version "7.
|
| 1113 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.
|
| 1114 |
-
integrity sha512-
|
| 1115 |
dependencies:
|
| 1116 |
"@babel/helper-module-imports" "^7.14.5"
|
| 1117 |
"@babel/helper-plugin-utils" "^7.14.5"
|
|
@@ -1156,12 +998,12 @@
|
|
| 1156 |
dependencies:
|
| 1157 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1158 |
|
| 1159 |
-
"@babel/plugin-transform-typescript@^7.
|
| 1160 |
-
version "7.
|
| 1161 |
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
| 1162 |
-
integrity sha512-
|
| 1163 |
dependencies:
|
| 1164 |
-
"@babel/helper-create-class-features-plugin" "^7.
|
| 1165 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1166 |
"@babel/plugin-syntax-typescript" "^7.14.5"
|
| 1167 |
|
|
@@ -1180,19 +1022,19 @@
|
|
| 1180 |
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 1181 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1182 |
|
| 1183 |
-
"@babel/preset-env@^7.14.
|
| 1184 |
-
version "7.
|
| 1185 |
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
| 1186 |
-
integrity sha512-
|
| 1187 |
dependencies:
|
| 1188 |
-
"@babel/compat-data" "^7.
|
| 1189 |
-
"@babel/helper-compilation-targets" "^7.
|
| 1190 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1191 |
"@babel/helper-validator-option" "^7.14.5"
|
| 1192 |
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.
|
| 1193 |
-
"@babel/plugin-proposal-async-generator-functions" "^7.
|
| 1194 |
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
| 1195 |
-
"@babel/plugin-proposal-class-static-block" "^7.
|
| 1196 |
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
| 1197 |
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
|
| 1198 |
"@babel/plugin-proposal-json-strings" "^7.14.5"
|
|
@@ -1203,7 +1045,7 @@
|
|
| 1203 |
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
| 1204 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 1205 |
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
| 1206 |
-
"@babel/plugin-proposal-private-property-in-object" "^7.
|
| 1207 |
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
|
| 1208 |
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 1209 |
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
|
@@ -1222,25 +1064,25 @@
|
|
| 1222 |
"@babel/plugin-transform-arrow-functions" "^7.14.5"
|
| 1223 |
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
| 1224 |
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
| 1225 |
-
"@babel/plugin-transform-block-scoping" "^7.
|
| 1226 |
-
"@babel/plugin-transform-classes" "^7.
|
| 1227 |
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
| 1228 |
"@babel/plugin-transform-destructuring" "^7.14.7"
|
| 1229 |
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
| 1230 |
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
| 1231 |
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
| 1232 |
-
"@babel/plugin-transform-for-of" "^7.
|
| 1233 |
"@babel/plugin-transform-function-name" "^7.14.5"
|
| 1234 |
"@babel/plugin-transform-literals" "^7.14.5"
|
| 1235 |
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
| 1236 |
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
| 1237 |
-
"@babel/plugin-transform-modules-commonjs" "^7.
|
| 1238 |
-
"@babel/plugin-transform-modules-systemjs" "^7.
|
| 1239 |
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
| 1240 |
-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.
|
| 1241 |
"@babel/plugin-transform-new-target" "^7.14.5"
|
| 1242 |
"@babel/plugin-transform-object-super" "^7.14.5"
|
| 1243 |
-
"@babel/plugin-transform-parameters" "^7.
|
| 1244 |
"@babel/plugin-transform-property-literals" "^7.14.5"
|
| 1245 |
"@babel/plugin-transform-regenerator" "^7.14.5"
|
| 1246 |
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
|
@@ -1252,11 +1094,11 @@
|
|
| 1252 |
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
| 1253 |
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
| 1254 |
"@babel/preset-modules" "^0.1.4"
|
| 1255 |
-
"@babel/types" "^7.
|
| 1256 |
babel-plugin-polyfill-corejs2 "^0.2.2"
|
| 1257 |
babel-plugin-polyfill-corejs3 "^0.2.2"
|
| 1258 |
babel-plugin-polyfill-regenerator "^0.2.2"
|
| 1259 |
-
core-js-compat "^3.
|
| 1260 |
semver "^6.3.0"
|
| 1261 |
|
| 1262 |
"@babel/preset-modules@^0.1.4":
|
|
@@ -1283,94 +1125,64 @@
|
|
| 1283 |
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
|
| 1284 |
|
| 1285 |
"@babel/preset-typescript@^7.14.0":
|
| 1286 |
-
version "7.
|
| 1287 |
-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.
|
| 1288 |
-
integrity sha512-
|
| 1289 |
dependencies:
|
| 1290 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1291 |
"@babel/helper-validator-option" "^7.14.5"
|
| 1292 |
-
"@babel/plugin-transform-typescript" "^7.
|
| 1293 |
|
| 1294 |
"@babel/runtime-corejs3@^7.10.2":
|
| 1295 |
-
version "7.
|
| 1296 |
-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.
|
| 1297 |
-
integrity sha512-
|
| 1298 |
-
dependencies:
|
| 1299 |
-
core-js-pure "^3.14.0"
|
| 1300 |
-
regenerator-runtime "^0.13.4"
|
| 1301 |
-
|
| 1302 |
-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.4.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
|
| 1303 |
-
version "7.14.6"
|
| 1304 |
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
|
| 1305 |
-
integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
|
| 1306 |
dependencies:
|
|
|
|
| 1307 |
regenerator-runtime "^0.13.4"
|
| 1308 |
|
| 1309 |
-
"@babel/runtime@^7.14.6":
|
| 1310 |
-
version "7.
|
| 1311 |
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.
|
| 1312 |
-
integrity sha512-
|
| 1313 |
dependencies:
|
| 1314 |
regenerator-runtime "^0.13.4"
|
| 1315 |
|
| 1316 |
-
"@babel/standalone@^7.14.
|
| 1317 |
-
version "7.
|
| 1318 |
-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.
|
| 1319 |
-
integrity sha512-
|
| 1320 |
-
|
| 1321 |
-
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.14.0", "@babel/template@^7.14.5":
|
| 1322 |
-
version "7.14.5"
|
| 1323 |
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
| 1324 |
-
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
|
| 1325 |
-
dependencies:
|
| 1326 |
-
"@babel/code-frame" "^7.14.5"
|
| 1327 |
-
"@babel/parser" "^7.14.5"
|
| 1328 |
-
"@babel/types" "^7.14.5"
|
| 1329 |
|
| 1330 |
-
"@babel/
|
| 1331 |
-
version "7.
|
| 1332 |
-
resolved "https://registry.yarnpkg.com/@babel/
|
| 1333 |
-
integrity sha512-
|
| 1334 |
dependencies:
|
| 1335 |
"@babel/code-frame" "^7.14.5"
|
| 1336 |
-
"@babel/
|
| 1337 |
-
"@babel/
|
| 1338 |
-
"@babel/helper-hoist-variables" "^7.14.5"
|
| 1339 |
-
"@babel/helper-split-export-declaration" "^7.14.5"
|
| 1340 |
-
"@babel/parser" "^7.14.5"
|
| 1341 |
-
"@babel/types" "^7.14.5"
|
| 1342 |
-
debug "^4.1.0"
|
| 1343 |
-
globals "^11.1.0"
|
| 1344 |
|
| 1345 |
-
"@babel/traverse@^7.
|
| 1346 |
-
version "7.
|
| 1347 |
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
| 1348 |
-
integrity sha512-
|
| 1349 |
dependencies:
|
| 1350 |
"@babel/code-frame" "^7.14.5"
|
| 1351 |
-
"@babel/generator" "^7.
|
| 1352 |
-
"@babel/helper-function-name" "^7.
|
| 1353 |
-
"@babel/helper-hoist-variables" "^7.
|
| 1354 |
-
"@babel/helper-split-export-declaration" "^7.
|
| 1355 |
-
"@babel/parser" "^7.
|
| 1356 |
-
"@babel/types" "^7.
|
| 1357 |
debug "^4.1.0"
|
| 1358 |
globals "^11.1.0"
|
| 1359 |
|
| 1360 |
-
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.7", "@babel/types@^7.14.
|
| 1361 |
-
version "7.
|
| 1362 |
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
| 1363 |
-
integrity sha512-
|
| 1364 |
-
dependencies:
|
| 1365 |
-
"@babel/helper-validator-identifier" "^7.14.5"
|
| 1366 |
-
to-fast-properties "^2.0.0"
|
| 1367 |
-
|
| 1368 |
-
"@babel/types@^7.14.8":
|
| 1369 |
-
version "7.14.8"
|
| 1370 |
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
|
| 1371 |
-
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
|
| 1372 |
dependencies:
|
| 1373 |
-
"@babel/helper-validator-identifier" "^7.14.
|
| 1374 |
to-fast-properties "^2.0.0"
|
| 1375 |
|
| 1376 |
"@emotion/babel-plugin-jsx-pragmatic@^0.1.5":
|
|
@@ -1508,10 +1320,10 @@
|
|
| 1508 |
ts-node "^9"
|
| 1509 |
tslib "^2"
|
| 1510 |
|
| 1511 |
-
"@eslint/eslintrc@^0.4.
|
| 1512 |
-
version "0.4.
|
| 1513 |
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.
|
| 1514 |
-
integrity sha512-
|
| 1515 |
dependencies:
|
| 1516 |
ajv "^6.12.4"
|
| 1517 |
debug "^4.1.1"
|
|
@@ -1523,6 +1335,11 @@
|
|
| 1523 |
minimatch "^3.0.4"
|
| 1524 |
strip-json-comments "^3.1.1"
|
| 1525 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1526 |
"@gatsbyjs/reach-router@^1.3.6":
|
| 1527 |
version "1.3.6"
|
| 1528 |
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.6.tgz#4e8225836959be247890b66f21a3198a0589e34d"
|
|
@@ -1543,9 +1360,9 @@
|
|
| 1543 |
strip-ansi "^6.0.0"
|
| 1544 |
|
| 1545 |
"@googlemaps/js-api-loader@^1.7.0":
|
| 1546 |
-
version "1.12.
|
| 1547 |
-
resolved "https://registry.yarnpkg.com/@googlemaps/js-api-loader/-/js-api-loader-1.12.
|
| 1548 |
-
integrity sha512-
|
| 1549 |
dependencies:
|
| 1550 |
fast-deep-equal "^3.1.3"
|
| 1551 |
|
|
@@ -1582,12 +1399,12 @@
|
|
| 1582 |
tslib "~2.1.0"
|
| 1583 |
|
| 1584 |
"@graphql-tools/import@^6.2.6":
|
| 1585 |
-
version "6.
|
| 1586 |
-
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.
|
| 1587 |
-
integrity sha512-
|
| 1588 |
dependencies:
|
| 1589 |
resolve-from "5.0.0"
|
| 1590 |
-
tslib "~2.
|
| 1591 |
|
| 1592 |
"@graphql-tools/json-file-loader@^6.0.0":
|
| 1593 |
version "6.2.6"
|
|
@@ -1612,7 +1429,7 @@
|
|
| 1612 |
unixify "1.0.0"
|
| 1613 |
valid-url "1.0.9"
|
| 1614 |
|
| 1615 |
-
"@graphql-tools/merge
|
| 1616 |
version "6.2.14"
|
| 1617 |
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-6.2.14.tgz#694e2a2785ba47558e5665687feddd2935e9d94e"
|
| 1618 |
integrity sha512-RWT4Td0ROJai2eR66NHejgf8UwnXJqZxXgDWDI+7hua5vNA2OW8Mf9K1Wav1ZkjWnuRp4ztNtkZGie5ISw55ow==
|
|
@@ -1621,6 +1438,23 @@
|
|
| 1621 |
"@graphql-tools/utils" "^7.7.0"
|
| 1622 |
tslib "~2.2.0"
|
| 1623 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1624 |
"@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.5":
|
| 1625 |
version "7.1.5"
|
| 1626 |
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.5.tgz#07b24e52b182e736a6b77c829fc48b84d89aa711"
|
|
@@ -1630,6 +1464,16 @@
|
|
| 1630 |
tslib "~2.2.0"
|
| 1631 |
value-or-promise "1.0.6"
|
| 1632 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1633 |
"@graphql-tools/url-loader@^6.0.0":
|
| 1634 |
version "6.10.1"
|
| 1635 |
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-6.10.1.tgz#dc741e4299e0e7ddf435eba50a1f713b3e763b33"
|
|
@@ -1655,6 +1499,13 @@
|
|
| 1655 |
valid-url "1.0.9"
|
| 1656 |
ws "7.4.5"
|
| 1657 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1658 |
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@^7.1.2", "@graphql-tools/utils@^7.5.0", "@graphql-tools/utils@^7.7.0", "@graphql-tools/utils@^7.7.1", "@graphql-tools/utils@^7.8.1", "@graphql-tools/utils@^7.9.0":
|
| 1659 |
version "7.10.0"
|
| 1660 |
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.10.0.tgz#07a4cb5d1bec1ff1dc1d47a935919ee6abd38699"
|
|
@@ -1664,6 +1515,13 @@
|
|
| 1664 |
camel-case "4.1.2"
|
| 1665 |
tslib "~2.2.0"
|
| 1666 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1667 |
"@graphql-tools/wrap@^7.0.4":
|
| 1668 |
version "7.0.8"
|
| 1669 |
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-7.0.8.tgz#ad41e487135ca3ea1ae0ea04bb3f596177fb4f50"
|
|
@@ -1713,12 +1571,31 @@
|
|
| 1713 |
"@hapi/hoek" "^8.3.0"
|
| 1714 |
|
| 1715 |
"@hapi/topo@^5.0.0":
|
| 1716 |
-
version "5.
|
| 1717 |
-
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.
|
| 1718 |
-
integrity sha512-
|
| 1719 |
dependencies:
|
| 1720 |
"@hapi/hoek" "^9.0.0"
|
| 1721 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1722 |
"@iarna/toml@^2.2.5":
|
| 1723 |
version "2.2.5"
|
| 1724 |
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
|
|
@@ -2712,16 +2589,16 @@
|
|
| 2712 |
react-is "^16.12.0"
|
| 2713 |
|
| 2714 |
"@loadable/server@^5.12.0":
|
| 2715 |
-
version "5.15.
|
| 2716 |
-
resolved "https://registry.yarnpkg.com/@loadable/server/-/server-5.15.
|
| 2717 |
-
integrity sha512-
|
| 2718 |
dependencies:
|
| 2719 |
lodash "^4.17.15"
|
| 2720 |
|
| 2721 |
"@loadable/webpack-plugin@^5.12.0":
|
| 2722 |
-
version "5.15.
|
| 2723 |
-
resolved "https://registry.yarnpkg.com/@loadable/webpack-plugin/-/webpack-plugin-5.15.
|
| 2724 |
-
integrity sha512-
|
| 2725 |
dependencies:
|
| 2726 |
make-dir "^3.0.2"
|
| 2727 |
|
|
@@ -2789,9 +2666,9 @@
|
|
| 2789 |
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
| 2790 |
|
| 2791 |
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.4":
|
| 2792 |
-
version "1.2.
|
| 2793 |
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.
|
| 2794 |
-
integrity sha512-
|
| 2795 |
dependencies:
|
| 2796 |
"@nodelib/fs.scandir" "2.1.5"
|
| 2797 |
fastq "^1.6.0"
|
|
@@ -2801,10 +2678,18 @@
|
|
| 2801 |
resolved "https://registry.yarnpkg.com/@npmcli/ci-detect/-/ci-detect-1.3.0.tgz#6c1d2c625fb6ef1b9dea85ad0a5afcbef85ef22a"
|
| 2802 |
integrity sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q==
|
| 2803 |
|
| 2804 |
-
"@npmcli/
|
| 2805 |
-
version "
|
| 2806 |
-
resolved "https://registry.yarnpkg.com/@npmcli/
|
| 2807 |
-
integrity sha512-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2808 |
dependencies:
|
| 2809 |
"@npmcli/promise-spawn" "^1.3.2"
|
| 2810 |
lru-cache "^6.0.0"
|
|
@@ -2844,13 +2729,12 @@
|
|
| 2844 |
infer-owner "^1.0.4"
|
| 2845 |
|
| 2846 |
"@npmcli/run-script@^1.8.2":
|
| 2847 |
-
version "1.8.
|
| 2848 |
-
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-1.8.
|
| 2849 |
-
integrity sha512-
|
| 2850 |
dependencies:
|
| 2851 |
"@npmcli/node-gyp" "^1.0.2"
|
| 2852 |
"@npmcli/promise-spawn" "^1.3.2"
|
| 2853 |
-
infer-owner "^1.0.4"
|
| 2854 |
node-gyp "^7.1.0"
|
| 2855 |
read-package-json-fast "^2.0.1"
|
| 2856 |
|
|
@@ -2861,7 +2745,7 @@
|
|
| 2861 |
dependencies:
|
| 2862 |
"@octokit/types" "^6.0.3"
|
| 2863 |
|
| 2864 |
-
"@octokit/core@^3.5.
|
| 2865 |
version "3.5.1"
|
| 2866 |
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
|
| 2867 |
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
|
|
@@ -2884,42 +2768,42 @@
|
|
| 2884 |
universal-user-agent "^6.0.0"
|
| 2885 |
|
| 2886 |
"@octokit/graphql@^4.5.8":
|
| 2887 |
-
version "4.
|
| 2888 |
-
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.
|
| 2889 |
-
integrity sha512-
|
| 2890 |
dependencies:
|
| 2891 |
"@octokit/request" "^5.6.0"
|
| 2892 |
"@octokit/types" "^6.0.3"
|
| 2893 |
universal-user-agent "^6.0.0"
|
| 2894 |
|
| 2895 |
-
"@octokit/openapi-types@^
|
| 2896 |
-
version "
|
| 2897 |
-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-
|
| 2898 |
-
integrity sha512-
|
| 2899 |
|
| 2900 |
"@octokit/plugin-enterprise-rest@^6.0.1":
|
| 2901 |
version "6.0.1"
|
| 2902 |
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437"
|
| 2903 |
integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==
|
| 2904 |
|
| 2905 |
-
"@octokit/plugin-paginate-rest@^2.
|
| 2906 |
-
version "2.
|
| 2907 |
-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.
|
| 2908 |
-
integrity sha512-
|
| 2909 |
dependencies:
|
| 2910 |
-
"@octokit/types" "^6.
|
| 2911 |
|
| 2912 |
-
"@octokit/plugin-request-log@^1.0.
|
| 2913 |
version "1.0.4"
|
| 2914 |
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
|
| 2915 |
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
|
| 2916 |
|
| 2917 |
-
"@octokit/plugin-rest-endpoint-methods
|
| 2918 |
-
version "5.
|
| 2919 |
-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.
|
| 2920 |
-
integrity sha512-
|
| 2921 |
dependencies:
|
| 2922 |
-
"@octokit/types" "^6.
|
| 2923 |
deprecation "^2.3.1"
|
| 2924 |
|
| 2925 |
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
|
|
@@ -2932,9 +2816,9 @@
|
|
| 2932 |
once "^1.4.0"
|
| 2933 |
|
| 2934 |
"@octokit/request@^5.6.0":
|
| 2935 |
-
version "5.6.
|
| 2936 |
-
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.
|
| 2937 |
-
integrity sha512-
|
| 2938 |
dependencies:
|
| 2939 |
"@octokit/endpoint" "^6.0.1"
|
| 2940 |
"@octokit/request-error" "^2.1.0"
|
|
@@ -2944,21 +2828,21 @@
|
|
| 2944 |
universal-user-agent "^6.0.0"
|
| 2945 |
|
| 2946 |
"@octokit/rest@^18.1.0":
|
| 2947 |
-
version "18.
|
| 2948 |
-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.
|
| 2949 |
-
integrity sha512-
|
| 2950 |
dependencies:
|
| 2951 |
-
"@octokit/core" "^3.5.
|
| 2952 |
-
"@octokit/plugin-paginate-rest" "^2.
|
| 2953 |
-
"@octokit/plugin-request-log" "^1.0.
|
| 2954 |
-
"@octokit/plugin-rest-endpoint-methods" "5.
|
| 2955 |
|
| 2956 |
-
"@octokit/types@^6.0.3", "@octokit/types@^6.
|
| 2957 |
-
version "6.
|
| 2958 |
-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.
|
| 2959 |
-
integrity sha512-
|
| 2960 |
dependencies:
|
| 2961 |
-
"@octokit/openapi-types" "^
|
| 2962 |
|
| 2963 |
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
|
| 2964 |
version "0.4.3"
|
|
@@ -3154,9 +3038,9 @@
|
|
| 3154 |
defer-to-connect "^1.0.1"
|
| 3155 |
|
| 3156 |
"@szmarczak/http-timer@^4.0.0":
|
| 3157 |
-
version "4.0.
|
| 3158 |
-
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.
|
| 3159 |
-
integrity sha512-
|
| 3160 |
dependencies:
|
| 3161 |
defer-to-connect "^2.0.0"
|
| 3162 |
|
|
@@ -3231,10 +3115,10 @@
|
|
| 3231 |
modularscale "^2.0.1"
|
| 3232 |
object-assign "^4.1.1"
|
| 3233 |
|
| 3234 |
-
"@tokenizer/token@^0.
|
| 3235 |
-
version "0.
|
| 3236 |
-
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.
|
| 3237 |
-
integrity sha512-
|
| 3238 |
|
| 3239 |
"@tootallnate/once@1":
|
| 3240 |
version "1.1.2"
|
|
@@ -3253,15 +3137,15 @@
|
|
| 3253 |
dependencies:
|
| 3254 |
"@types/node-fetch" "2"
|
| 3255 |
|
| 3256 |
-
"@turist/time@^0.0.
|
| 3257 |
-
version "0.0.
|
| 3258 |
-
resolved "https://registry.yarnpkg.com/@turist/time/-/time-0.0.
|
| 3259 |
-
integrity sha512-
|
| 3260 |
|
| 3261 |
"@types/cacheable-request@^6.0.1":
|
| 3262 |
-
version "6.0.
|
| 3263 |
-
resolved "https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.
|
| 3264 |
-
integrity sha512-
|
| 3265 |
dependencies:
|
| 3266 |
"@types/http-cache-semantics" "*"
|
| 3267 |
"@types/keyv" "*"
|
|
@@ -3269,9 +3153,9 @@
|
|
| 3269 |
"@types/responselike" "*"
|
| 3270 |
|
| 3271 |
"@types/common-tags@^1.8.0":
|
| 3272 |
-
version "1.8.
|
| 3273 |
-
resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.
|
| 3274 |
-
integrity sha512-
|
| 3275 |
|
| 3276 |
"@types/component-emitter@^1.2.10":
|
| 3277 |
version "1.2.10"
|
|
@@ -3284,55 +3168,40 @@
|
|
| 3284 |
integrity sha1-zR6FU2M60xhcPy8jns/10mQ+krY=
|
| 3285 |
|
| 3286 |
"@types/cookie@^0.4.0":
|
| 3287 |
-
version "0.4.
|
| 3288 |
-
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.
|
| 3289 |
-
integrity sha512-
|
| 3290 |
|
| 3291 |
"@types/cors@^2.8.8":
|
| 3292 |
-
version "2.8.
|
| 3293 |
-
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.
|
| 3294 |
-
integrity sha512-
|
| 3295 |
|
| 3296 |
"@types/debug@^0.0.30":
|
| 3297 |
version "0.0.30"
|
| 3298 |
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-0.0.30.tgz#dc1e40f7af3b9c815013a7860e6252f6352a84df"
|
| 3299 |
integrity sha512-orGL5LXERPYsLov6CWs3Fh6203+dXzJkR7OnddIr2514Hsecwc8xRpzCapshBbKFImCsvS/mk6+FWiN5LyZJAQ==
|
| 3300 |
|
| 3301 |
-
"@types/debug@^4.1.5":
|
| 3302 |
-
version "4.1.5"
|
| 3303 |
-
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-4.1.5.tgz#b14efa8852b7768d898906613c23f688713e02cd"
|
| 3304 |
-
integrity sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ==
|
| 3305 |
-
|
| 3306 |
"@types/eslint-scope@^3.7.0":
|
| 3307 |
-
version "3.7.
|
| 3308 |
-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.
|
| 3309 |
-
integrity sha512-
|
| 3310 |
dependencies:
|
| 3311 |
"@types/eslint" "*"
|
| 3312 |
"@types/estree" "*"
|
| 3313 |
|
| 3314 |
"@types/eslint@*", "@types/eslint@^7.2.6":
|
| 3315 |
-
version "7.
|
| 3316 |
-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.
|
| 3317 |
-
integrity sha512-
|
| 3318 |
dependencies:
|
| 3319 |
"@types/estree" "*"
|
| 3320 |
"@types/json-schema" "*"
|
| 3321 |
|
| 3322 |
-
"@types/estree@*":
|
| 3323 |
-
version "0.0.
|
| 3324 |
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.
|
| 3325 |
-
integrity sha512-
|
| 3326 |
-
|
| 3327 |
-
"@types/estree@^0.0.47":
|
| 3328 |
-
version "0.0.47"
|
| 3329 |
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
|
| 3330 |
-
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
|
| 3331 |
-
|
| 3332 |
-
"@types/events@*":
|
| 3333 |
-
version "3.0.0"
|
| 3334 |
-
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
|
| 3335 |
-
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==
|
| 3336 |
|
| 3337 |
"@types/get-port@^3.2.0":
|
| 3338 |
version "3.2.0"
|
|
@@ -3340,38 +3209,37 @@
|
|
| 3340 |
integrity sha512-TiNg8R1kjDde5Pub9F9vCwZA/BNW9HeXP5b9j7Qucqncy/McfPZ6xze/EyBdXS5FhMIGN6Fx3vg75l5KHy3V1Q==
|
| 3341 |
|
| 3342 |
"@types/glob@*", "@types/glob@^7.1.1":
|
| 3343 |
-
version "7.1.
|
| 3344 |
-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.
|
| 3345 |
-
integrity sha512-
|
| 3346 |
dependencies:
|
| 3347 |
"@types/minimatch" "*"
|
| 3348 |
"@types/node" "*"
|
| 3349 |
|
| 3350 |
"@types/glob@^5.0.34":
|
| 3351 |
-
version "5.0.
|
| 3352 |
-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-5.0.
|
| 3353 |
-
integrity sha512-
|
| 3354 |
dependencies:
|
| 3355 |
-
"@types/events" "*"
|
| 3356 |
"@types/minimatch" "*"
|
| 3357 |
"@types/node" "*"
|
| 3358 |
|
| 3359 |
"@types/hast@^2.0.0":
|
| 3360 |
-
version "2.3.
|
| 3361 |
-
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.
|
| 3362 |
-
integrity sha512-
|
| 3363 |
dependencies:
|
| 3364 |
"@types/unist" "*"
|
| 3365 |
|
| 3366 |
"@types/http-cache-semantics@*":
|
| 3367 |
-
version "4.0.
|
| 3368 |
-
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
| 3369 |
-
integrity sha512-
|
| 3370 |
|
| 3371 |
"@types/http-proxy@^1.17.4":
|
| 3372 |
-
version "1.17.
|
| 3373 |
-
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.
|
| 3374 |
-
integrity sha512
|
| 3375 |
dependencies:
|
| 3376 |
"@types/node" "*"
|
| 3377 |
|
|
@@ -3400,10 +3268,10 @@
|
|
| 3400 |
resolved "https://registry.yarnpkg.com/@types/json-patch/-/json-patch-0.0.30.tgz#7c562173216c50529e70126ceb8e7a533f865e9b"
|
| 3401 |
integrity sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw==
|
| 3402 |
|
| 3403 |
-
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.
|
| 3404 |
-
version "7.0.
|
| 3405 |
-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.
|
| 3406 |
-
integrity sha512-
|
| 3407 |
|
| 3408 |
"@types/json5@^0.0.29":
|
| 3409 |
version "0.0.29"
|
|
@@ -3411,33 +3279,33 @@
|
|
| 3411 |
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
|
| 3412 |
|
| 3413 |
"@types/keyv@*", "@types/keyv@^3.1.1":
|
| 3414 |
-
version "3.1.
|
| 3415 |
-
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.
|
| 3416 |
-
integrity sha512-
|
| 3417 |
dependencies:
|
| 3418 |
"@types/node" "*"
|
| 3419 |
|
| 3420 |
"@types/lodash@^4.14.92":
|
| 3421 |
-
version "4.14.
|
| 3422 |
-
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.
|
| 3423 |
-
integrity sha512
|
| 3424 |
|
| 3425 |
"@types/mdast@^3.0.0":
|
| 3426 |
-
version "3.0.
|
| 3427 |
-
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.
|
| 3428 |
-
integrity sha512-
|
| 3429 |
dependencies:
|
| 3430 |
"@types/unist" "*"
|
| 3431 |
|
| 3432 |
"@types/minimatch@*", "@types/minimatch@^3.0.3":
|
| 3433 |
-
version "3.0.
|
| 3434 |
-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.
|
| 3435 |
-
integrity sha512-
|
| 3436 |
|
| 3437 |
"@types/minimist@^1.2.0":
|
| 3438 |
-
version "1.2.
|
| 3439 |
-
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.
|
| 3440 |
-
integrity sha512-
|
| 3441 |
|
| 3442 |
"@types/mkdirp@^0.5.2":
|
| 3443 |
version "0.5.2"
|
|
@@ -3447,22 +3315,22 @@
|
|
| 3447 |
"@types/node" "*"
|
| 3448 |
|
| 3449 |
"@types/node-fetch@2":
|
| 3450 |
-
version "2.5.
|
| 3451 |
-
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.
|
| 3452 |
-
integrity sha512-
|
| 3453 |
dependencies:
|
| 3454 |
"@types/node" "*"
|
| 3455 |
form-data "^3.0.0"
|
| 3456 |
|
| 3457 |
"@types/node@*":
|
| 3458 |
-
version "
|
| 3459 |
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-
|
| 3460 |
-
integrity sha512-
|
| 3461 |
|
| 3462 |
"@types/node@^14.14.10":
|
| 3463 |
-
version "14.17.
|
| 3464 |
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.
|
| 3465 |
-
integrity sha512-
|
| 3466 |
|
| 3467 |
"@types/node@^8.5.7":
|
| 3468 |
version "8.10.66"
|
|
@@ -3470,9 +3338,9 @@
|
|
| 3470 |
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
|
| 3471 |
|
| 3472 |
"@types/normalize-package-data@^2.4.0":
|
| 3473 |
-
version "2.4.
|
| 3474 |
-
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.
|
| 3475 |
-
integrity sha512-
|
| 3476 |
|
| 3477 |
"@types/parse-json@^4.0.0":
|
| 3478 |
version "4.0.0"
|
|
@@ -3485,39 +3353,31 @@
|
|
| 3485 |
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
|
| 3486 |
|
| 3487 |
"@types/prop-types@*":
|
| 3488 |
-
version "15.7.
|
| 3489 |
-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.
|
| 3490 |
-
integrity sha512-
|
| 3491 |
|
| 3492 |
"@types/q@^1.5.1":
|
| 3493 |
-
version "1.5.
|
| 3494 |
-
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.
|
| 3495 |
-
integrity sha512-
|
| 3496 |
|
| 3497 |
-
"@types/reach__router@^1.3.
|
| 3498 |
-
version "1.3.
|
| 3499 |
-
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.
|
| 3500 |
-
integrity sha512-
|
| 3501 |
dependencies:
|
| 3502 |
"@types/react" "*"
|
| 3503 |
|
| 3504 |
"@types/react@*":
|
| 3505 |
-
version "17.0.
|
| 3506 |
-
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.
|
| 3507 |
-
integrity sha512-
|
| 3508 |
dependencies:
|
| 3509 |
"@types/prop-types" "*"
|
| 3510 |
"@types/scheduler" "*"
|
| 3511 |
csstype "^3.0.2"
|
| 3512 |
|
| 3513 |
-
"@types/readable-stream@^2.3.9":
|
| 3514 |
-
version "2.3.10"
|
| 3515 |
-
resolved "https://registry.yarnpkg.com/@types/readable-stream/-/readable-stream-2.3.10.tgz#0f1a512ca30bec5e53d3282133b9237a703e7562"
|
| 3516 |
-
integrity sha512-xwSXvAv9x4B9Vj88AMZnFyEVLilz1EBxKvRUhGqIF4nJpRQBSTm7jS236X4Y9Y2qPsVvaMxwrGJlNhLHEahlFQ==
|
| 3517 |
-
dependencies:
|
| 3518 |
-
"@types/node" "*"
|
| 3519 |
-
safe-buffer "*"
|
| 3520 |
-
|
| 3521 |
"@types/responselike@*":
|
| 3522 |
version "1.0.0"
|
| 3523 |
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29"
|
|
@@ -3526,17 +3386,17 @@
|
|
| 3526 |
"@types/node" "*"
|
| 3527 |
|
| 3528 |
"@types/rimraf@^2.0.2":
|
| 3529 |
-
version "2.0.
|
| 3530 |
-
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.
|
| 3531 |
-
integrity sha512-
|
| 3532 |
dependencies:
|
| 3533 |
"@types/glob" "*"
|
| 3534 |
"@types/node" "*"
|
| 3535 |
|
| 3536 |
"@types/scheduler@*":
|
| 3537 |
-
version "0.16.
|
| 3538 |
-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.
|
| 3539 |
-
integrity sha512-
|
| 3540 |
|
| 3541 |
"@types/tmp@^0.0.33":
|
| 3542 |
version "0.0.33"
|
|
@@ -3544,9 +3404,9 @@
|
|
| 3544 |
integrity sha1-EHPEvIJHVK49EM+riKsCN7qWTk0=
|
| 3545 |
|
| 3546 |
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
|
| 3547 |
-
version "2.0.
|
| 3548 |
-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.
|
| 3549 |
-
integrity sha512-
|
| 3550 |
|
| 3551 |
"@types/vfile-message@*":
|
| 3552 |
version "2.0.0"
|
|
@@ -3572,14 +3432,14 @@
|
|
| 3572 |
"@types/node" "*"
|
| 3573 |
|
| 3574 |
"@types/yargs-parser@*":
|
| 3575 |
-
version "20.2.
|
| 3576 |
-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.
|
| 3577 |
-
integrity sha512-
|
| 3578 |
|
| 3579 |
"@types/yargs@^15.0.0":
|
| 3580 |
-
version "15.0.
|
| 3581 |
-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.
|
| 3582 |
-
integrity sha512-
|
| 3583 |
dependencies:
|
| 3584 |
"@types/yargs-parser" "*"
|
| 3585 |
|
|
@@ -3588,194 +3448,194 @@
|
|
| 3588 |
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
|
| 3589 |
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
|
| 3590 |
|
| 3591 |
-
"@typescript-eslint/eslint-plugin@^4.
|
| 3592 |
-
version "4.
|
| 3593 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.
|
| 3594 |
-
integrity sha512-
|
| 3595 |
dependencies:
|
| 3596 |
-
"@typescript-eslint/experimental-utils" "4.
|
| 3597 |
-
"@typescript-eslint/scope-manager" "4.
|
| 3598 |
debug "^4.3.1"
|
| 3599 |
functional-red-black-tree "^1.0.1"
|
| 3600 |
regexpp "^3.1.0"
|
| 3601 |
semver "^7.3.5"
|
| 3602 |
tsutils "^3.21.0"
|
| 3603 |
|
| 3604 |
-
"@typescript-eslint/experimental-utils@4.
|
| 3605 |
-
version "4.
|
| 3606 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.
|
| 3607 |
-
integrity sha512-
|
| 3608 |
dependencies:
|
| 3609 |
"@types/json-schema" "^7.0.7"
|
| 3610 |
-
"@typescript-eslint/scope-manager" "4.
|
| 3611 |
-
"@typescript-eslint/types" "4.
|
| 3612 |
-
"@typescript-eslint/typescript-estree" "4.
|
| 3613 |
eslint-scope "^5.1.1"
|
| 3614 |
eslint-utils "^3.0.0"
|
| 3615 |
|
| 3616 |
-
"@typescript-eslint/parser@^4.
|
| 3617 |
-
version "4.
|
| 3618 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.
|
| 3619 |
-
integrity sha512-
|
| 3620 |
dependencies:
|
| 3621 |
-
"@typescript-eslint/scope-manager" "4.
|
| 3622 |
-
"@typescript-eslint/types" "4.
|
| 3623 |
-
"@typescript-eslint/typescript-estree" "4.
|
| 3624 |
debug "^4.3.1"
|
| 3625 |
|
| 3626 |
-
"@typescript-eslint/scope-manager@4.
|
| 3627 |
-
version "4.
|
| 3628 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.
|
| 3629 |
-
integrity sha512-
|
| 3630 |
dependencies:
|
| 3631 |
-
"@typescript-eslint/types" "4.
|
| 3632 |
-
"@typescript-eslint/visitor-keys" "4.
|
| 3633 |
|
| 3634 |
-
"@typescript-eslint/types@4.
|
| 3635 |
-
version "4.
|
| 3636 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.
|
| 3637 |
-
integrity sha512-
|
| 3638 |
|
| 3639 |
-
"@typescript-eslint/typescript-estree@4.
|
| 3640 |
-
version "4.
|
| 3641 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.
|
| 3642 |
-
integrity sha512-
|
| 3643 |
dependencies:
|
| 3644 |
-
"@typescript-eslint/types" "4.
|
| 3645 |
-
"@typescript-eslint/visitor-keys" "4.
|
| 3646 |
debug "^4.3.1"
|
| 3647 |
globby "^11.0.3"
|
| 3648 |
is-glob "^4.0.1"
|
| 3649 |
semver "^7.3.5"
|
| 3650 |
tsutils "^3.21.0"
|
| 3651 |
|
| 3652 |
-
"@typescript-eslint/visitor-keys@4.
|
| 3653 |
-
version "4.
|
| 3654 |
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.
|
| 3655 |
-
integrity sha512-
|
| 3656 |
dependencies:
|
| 3657 |
-
"@typescript-eslint/types" "4.
|
| 3658 |
eslint-visitor-keys "^2.0.0"
|
| 3659 |
|
| 3660 |
-
"@webassemblyjs/ast@1.11.
|
| 3661 |
-
version "1.11.
|
| 3662 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.
|
| 3663 |
-
integrity sha512-
|
| 3664 |
dependencies:
|
| 3665 |
-
"@webassemblyjs/helper-numbers" "1.11.
|
| 3666 |
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
| 3667 |
|
| 3668 |
-
"@webassemblyjs/floating-point-hex-parser@1.11.
|
| 3669 |
-
version "1.11.
|
| 3670 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.
|
| 3671 |
-
integrity sha512-
|
| 3672 |
|
| 3673 |
-
"@webassemblyjs/helper-api-error@1.11.
|
| 3674 |
-
version "1.11.
|
| 3675 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.
|
| 3676 |
-
integrity sha512-
|
| 3677 |
|
| 3678 |
-
"@webassemblyjs/helper-buffer@1.11.
|
| 3679 |
-
version "1.11.
|
| 3680 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.
|
| 3681 |
-
integrity sha512-
|
| 3682 |
|
| 3683 |
-
"@webassemblyjs/helper-numbers@1.11.
|
| 3684 |
-
version "1.11.
|
| 3685 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.
|
| 3686 |
-
integrity sha512-
|
| 3687 |
dependencies:
|
| 3688 |
-
"@webassemblyjs/floating-point-hex-parser" "1.11.
|
| 3689 |
-
"@webassemblyjs/helper-api-error" "1.11.
|
| 3690 |
"@xtuc/long" "4.2.2"
|
| 3691 |
|
| 3692 |
-
"@webassemblyjs/helper-wasm-bytecode@1.11.
|
| 3693 |
-
version "1.11.
|
| 3694 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.
|
| 3695 |
-
integrity sha512-
|
| 3696 |
|
| 3697 |
-
"@webassemblyjs/helper-wasm-section@1.11.
|
| 3698 |
-
version "1.11.
|
| 3699 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.
|
| 3700 |
-
integrity sha512-
|
| 3701 |
dependencies:
|
| 3702 |
-
"@webassemblyjs/ast" "1.11.
|
| 3703 |
-
"@webassemblyjs/helper-buffer" "1.11.
|
| 3704 |
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
| 3705 |
-
"@webassemblyjs/wasm-gen" "1.11.
|
| 3706 |
|
| 3707 |
-
"@webassemblyjs/ieee754@1.11.
|
| 3708 |
-
version "1.11.
|
| 3709 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.
|
| 3710 |
-
integrity sha512-
|
| 3711 |
dependencies:
|
| 3712 |
"@xtuc/ieee754" "^1.2.0"
|
| 3713 |
|
| 3714 |
-
"@webassemblyjs/leb128@1.11.
|
| 3715 |
-
version "1.11.
|
| 3716 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.
|
| 3717 |
-
integrity sha512-
|
| 3718 |
dependencies:
|
| 3719 |
"@xtuc/long" "4.2.2"
|
| 3720 |
|
| 3721 |
-
"@webassemblyjs/utf8@1.11.
|
| 3722 |
-
version "1.11.
|
| 3723 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.
|
| 3724 |
-
integrity sha512-
|
| 3725 |
-
|
| 3726 |
-
"@webassemblyjs/wasm-edit@1.11.
|
| 3727 |
-
version "1.11.
|
| 3728 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.
|
| 3729 |
-
integrity sha512-
|
| 3730 |
-
dependencies:
|
| 3731 |
-
"@webassemblyjs/ast" "1.11.
|
| 3732 |
-
"@webassemblyjs/helper-buffer" "1.11.
|
| 3733 |
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
| 3734 |
-
"@webassemblyjs/helper-wasm-section" "1.11.
|
| 3735 |
-
"@webassemblyjs/wasm-gen" "1.11.
|
| 3736 |
-
"@webassemblyjs/wasm-opt" "1.11.
|
| 3737 |
-
"@webassemblyjs/wasm-parser" "1.11.
|
| 3738 |
-
"@webassemblyjs/wast-printer" "1.11.
|
| 3739 |
-
|
| 3740 |
-
"@webassemblyjs/wasm-gen@1.11.
|
| 3741 |
-
version "1.11.
|
| 3742 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.
|
| 3743 |
-
integrity sha512-
|
| 3744 |
-
dependencies:
|
| 3745 |
-
"@webassemblyjs/ast" "1.11.
|
| 3746 |
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
| 3747 |
-
"@webassemblyjs/ieee754" "1.11.
|
| 3748 |
-
"@webassemblyjs/leb128" "1.11.
|
| 3749 |
-
"@webassemblyjs/utf8" "1.11.
|
| 3750 |
-
|
| 3751 |
-
"@webassemblyjs/wasm-opt@1.11.
|
| 3752 |
-
version "1.11.
|
| 3753 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.
|
| 3754 |
-
integrity sha512-
|
| 3755 |
-
dependencies:
|
| 3756 |
-
"@webassemblyjs/ast" "1.11.
|
| 3757 |
-
"@webassemblyjs/helper-buffer" "1.11.
|
| 3758 |
-
"@webassemblyjs/wasm-gen" "1.11.
|
| 3759 |
-
"@webassemblyjs/wasm-parser" "1.11.
|
| 3760 |
-
|
| 3761 |
-
"@webassemblyjs/wasm-parser@1.11.
|
| 3762 |
-
version "1.11.
|
| 3763 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.
|
| 3764 |
-
integrity sha512-
|
| 3765 |
-
dependencies:
|
| 3766 |
-
"@webassemblyjs/ast" "1.11.
|
| 3767 |
-
"@webassemblyjs/helper-api-error" "1.11.
|
| 3768 |
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
| 3769 |
-
"@webassemblyjs/ieee754" "1.11.
|
| 3770 |
-
"@webassemblyjs/leb128" "1.11.
|
| 3771 |
-
"@webassemblyjs/utf8" "1.11.
|
| 3772 |
-
|
| 3773 |
-
"@webassemblyjs/wast-printer@1.11.
|
| 3774 |
-
version "1.11.
|
| 3775 |
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.
|
| 3776 |
-
integrity sha512-
|
| 3777 |
-
dependencies:
|
| 3778 |
-
"@webassemblyjs/ast" "1.11.
|
| 3779 |
"@xtuc/long" "4.2.2"
|
| 3780 |
|
| 3781 |
"@xtuc/ieee754@^1.2.0":
|
|
@@ -3816,20 +3676,25 @@ accepts@^1.3.7, accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
|
|
| 3816 |
mime-types "~2.1.24"
|
| 3817 |
negotiator "0.6.2"
|
| 3818 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3819 |
acorn-jsx@^5.0.0, acorn-jsx@^5.3.1:
|
| 3820 |
-
version "5.3.
|
| 3821 |
-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.
|
| 3822 |
-
integrity sha512-
|
| 3823 |
|
| 3824 |
acorn@^7.4.0:
|
| 3825 |
version "7.4.1"
|
| 3826 |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
| 3827 |
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
| 3828 |
|
| 3829 |
-
acorn@^8.0.0, acorn@^8.
|
| 3830 |
-
version "8.
|
| 3831 |
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.
|
| 3832 |
-
integrity sha512-
|
| 3833 |
|
| 3834 |
add-px-to-style@1.0.0:
|
| 3835 |
version "1.0.0"
|
|
@@ -3846,7 +3711,7 @@ address@1.1.2, address@^1.0.1:
|
|
| 3846 |
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
|
| 3847 |
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
|
| 3848 |
|
| 3849 |
-
agent-base@6:
|
| 3850 |
version "6.0.2"
|
| 3851 |
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
| 3852 |
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
|
@@ -3870,17 +3735,12 @@ aggregate-error@^3.0.0:
|
|
| 3870 |
clean-stack "^2.0.0"
|
| 3871 |
indent-string "^4.0.0"
|
| 3872 |
|
| 3873 |
-
ajv-
|
| 3874 |
-
version "1.0.1"
|
| 3875 |
-
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
|
| 3876 |
-
integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
|
| 3877 |
-
|
| 3878 |
-
ajv-keywords@^3.1.0, ajv-keywords@^3.5.2:
|
| 3879 |
version "3.5.2"
|
| 3880 |
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
|
| 3881 |
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
|
| 3882 |
|
| 3883 |
-
ajv@^6.
|
| 3884 |
version "6.12.6"
|
| 3885 |
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
| 3886 |
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
|
@@ -3891,9 +3751,9 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
|
|
| 3891 |
uri-js "^4.2.2"
|
| 3892 |
|
| 3893 |
ajv@^8.0.1:
|
| 3894 |
-
version "8.6.
|
| 3895 |
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.
|
| 3896 |
-
integrity sha512-
|
| 3897 |
dependencies:
|
| 3898 |
fast-deep-equal "^3.1.1"
|
| 3899 |
json-schema-traverse "^1.0.0"
|
|
@@ -3907,45 +3767,25 @@ algoliasearch-helper@^3.5.3:
|
|
| 3907 |
dependencies:
|
| 3908 |
events "^1.1.1"
|
| 3909 |
|
| 3910 |
-
algoliasearch@^4.10.
|
| 3911 |
-
version "4.10.
|
| 3912 |
-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.10.
|
| 3913 |
-
integrity sha512-
|
| 3914 |
-
dependencies:
|
| 3915 |
-
"@algolia/cache-browser-local-storage" "4.10.
|
| 3916 |
-
"@algolia/cache-common" "4.10.
|
| 3917 |
-
"@algolia/cache-in-memory" "4.10.
|
| 3918 |
-
"@algolia/client-account" "4.10.
|
| 3919 |
-
"@algolia/client-analytics" "4.10.
|
| 3920 |
-
"@algolia/client-common" "4.10.
|
| 3921 |
-
"@algolia/client-personalization" "4.10.
|
| 3922 |
-
"@algolia/client-search" "4.10.
|
| 3923 |
-
"@algolia/logger-common" "4.10.
|
| 3924 |
-
"@algolia/logger-console" "4.10.
|
| 3925 |
-
"@algolia/requester-browser-xhr" "4.10.
|
| 3926 |
-
"@algolia/requester-common" "4.10.
|
| 3927 |
-
"@algolia/requester-node-http" "4.10.
|
| 3928 |
-
"@algolia/transporter" "4.10.
|
| 3929 |
-
|
| 3930 |
-
algoliasearch@^4.9.1:
|
| 3931 |
-
version "4.9.3"
|
| 3932 |
-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.9.3.tgz#b22ef0ae0450304cdf5264369a29cefa71ea2b30"
|
| 3933 |
-
integrity sha512-VLl9pYXhVB397xTW369sy13qw3m1hHzCfj9zSdeDDYVwTxHiiok/QvhPKAMIzjqyUoY07O8j+941UxYZjugsMQ==
|
| 3934 |
-
dependencies:
|
| 3935 |
-
"@algolia/cache-browser-local-storage" "4.9.3"
|
| 3936 |
-
"@algolia/cache-common" "4.9.3"
|
| 3937 |
-
"@algolia/cache-in-memory" "4.9.3"
|
| 3938 |
-
"@algolia/client-account" "4.9.3"
|
| 3939 |
-
"@algolia/client-analytics" "4.9.3"
|
| 3940 |
-
"@algolia/client-common" "4.9.3"
|
| 3941 |
-
"@algolia/client-recommendation" "4.9.3"
|
| 3942 |
-
"@algolia/client-search" "4.9.3"
|
| 3943 |
-
"@algolia/logger-common" "4.9.3"
|
| 3944 |
-
"@algolia/logger-console" "4.9.3"
|
| 3945 |
-
"@algolia/requester-browser-xhr" "4.9.3"
|
| 3946 |
-
"@algolia/requester-common" "4.9.3"
|
| 3947 |
-
"@algolia/requester-node-http" "4.9.3"
|
| 3948 |
-
"@algolia/transporter" "4.9.3"
|
| 3949 |
|
| 3950 |
alphanum-sort@^1.0.2:
|
| 3951 |
version "1.0.2"
|
|
@@ -3953,9 +3793,9 @@ alphanum-sort@^1.0.2:
|
|
| 3953 |
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
|
| 3954 |
|
| 3955 |
anser@^2.0.1:
|
| 3956 |
-
version "2.0.
|
| 3957 |
-
resolved "https://registry.yarnpkg.com/anser/-/anser-2.0.
|
| 3958 |
-
integrity sha512-
|
| 3959 |
|
| 3960 |
ansi-align@^3.0.0:
|
| 3961 |
version "3.0.0"
|
|
@@ -3964,11 +3804,6 @@ ansi-align@^3.0.0:
|
|
| 3964 |
dependencies:
|
| 3965 |
string-width "^3.0.0"
|
| 3966 |
|
| 3967 |
-
ansi-colors@^3.0.0:
|
| 3968 |
-
version "3.2.4"
|
| 3969 |
-
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
|
| 3970 |
-
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
|
| 3971 |
-
|
| 3972 |
ansi-colors@^4.1.1:
|
| 3973 |
version "4.1.1"
|
| 3974 |
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
@@ -4011,12 +3846,7 @@ ansi-regex@^5.0.0:
|
|
| 4011 |
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
|
| 4012 |
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
|
| 4013 |
|
| 4014 |
-
ansi-styles@^
|
| 4015 |
-
version "2.2.1"
|
| 4016 |
-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
|
| 4017 |
-
integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=
|
| 4018 |
-
|
| 4019 |
-
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
|
| 4020 |
version "3.2.1"
|
| 4021 |
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
| 4022 |
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
|
|
@@ -4035,14 +3865,6 @@ any-base@^1.1.0:
|
|
| 4035 |
resolved "https://registry.yarnpkg.com/any-base/-/any-base-1.1.0.tgz#ae101a62bc08a597b4c9ab5b7089d456630549fe"
|
| 4036 |
integrity sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==
|
| 4037 |
|
| 4038 |
-
anymatch@^2.0.0:
|
| 4039 |
-
version "2.0.0"
|
| 4040 |
-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
|
| 4041 |
-
integrity sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==
|
| 4042 |
-
dependencies:
|
| 4043 |
-
micromatch "^3.1.4"
|
| 4044 |
-
normalize-path "^2.1.1"
|
| 4045 |
-
|
| 4046 |
anymatch@~3.1.2:
|
| 4047 |
version "3.1.2"
|
| 4048 |
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
|
|
@@ -4071,22 +3893,15 @@ aproba@^2.0.0:
|
|
| 4071 |
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
|
| 4072 |
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
|
| 4073 |
|
| 4074 |
-
arch@^2.1.
|
| 4075 |
version "2.2.0"
|
| 4076 |
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
|
| 4077 |
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
|
| 4078 |
|
| 4079 |
-
archive-type@^4.0.0:
|
| 4080 |
-
version "4.0.0"
|
| 4081 |
-
resolved "https://registry.yarnpkg.com/archive-type/-/archive-type-4.0.0.tgz#f92e72233056dfc6969472749c267bdb046b1d70"
|
| 4082 |
-
integrity sha1-+S5yIzBW38aWlHJ0nCZ72wRrHXA=
|
| 4083 |
-
dependencies:
|
| 4084 |
-
file-type "^4.2.0"
|
| 4085 |
-
|
| 4086 |
are-we-there-yet@~1.1.2:
|
| 4087 |
-
version "1.1.
|
| 4088 |
-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.
|
| 4089 |
-
integrity sha512-
|
| 4090 |
dependencies:
|
| 4091 |
delegates "^1.0.0"
|
| 4092 |
readable-stream "^2.0.6"
|
|
@@ -4131,21 +3946,11 @@ array-differ@^3.0.0:
|
|
| 4131 |
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b"
|
| 4132 |
integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==
|
| 4133 |
|
| 4134 |
-
array-find-index@^1.0.1:
|
| 4135 |
-
version "1.0.2"
|
| 4136 |
-
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
| 4137 |
-
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
|
| 4138 |
-
|
| 4139 |
array-flatten@1.1.1:
|
| 4140 |
version "1.1.1"
|
| 4141 |
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
| 4142 |
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
|
| 4143 |
|
| 4144 |
-
array-flatten@^2.1.0:
|
| 4145 |
-
version "2.1.2"
|
| 4146 |
-
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-2.1.2.tgz#24ef80a28c1a893617e2149b0c6d0d788293b099"
|
| 4147 |
-
integrity sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==
|
| 4148 |
-
|
| 4149 |
array-ify@^1.0.0:
|
| 4150 |
version "1.0.0"
|
| 4151 |
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
|
@@ -4167,23 +3972,11 @@ array-iterate@^1.0.0:
|
|
| 4167 |
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.4.tgz#add1522e9dd9749bb41152d08b845bd08d6af8b7"
|
| 4168 |
integrity sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==
|
| 4169 |
|
| 4170 |
-
array-union@^1.0.1:
|
| 4171 |
-
version "1.0.2"
|
| 4172 |
-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
|
| 4173 |
-
integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
|
| 4174 |
-
dependencies:
|
| 4175 |
-
array-uniq "^1.0.1"
|
| 4176 |
-
|
| 4177 |
array-union@^2.1.0:
|
| 4178 |
version "2.1.0"
|
| 4179 |
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
| 4180 |
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
| 4181 |
|
| 4182 |
-
array-uniq@^1.0.1:
|
| 4183 |
-
version "1.0.3"
|
| 4184 |
-
resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
|
| 4185 |
-
integrity sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=
|
| 4186 |
-
|
| 4187 |
array-unique@^0.3.2:
|
| 4188 |
version "0.3.2"
|
| 4189 |
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
|
@@ -4257,16 +4050,6 @@ async-cache@^1.1.0:
|
|
| 4257 |
dependencies:
|
| 4258 |
lru-cache "^4.0.0"
|
| 4259 |
|
| 4260 |
-
async-each@^1.0.1:
|
| 4261 |
-
version "1.0.3"
|
| 4262 |
-
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf"
|
| 4263 |
-
integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==
|
| 4264 |
-
|
| 4265 |
-
async-limiter@~1.0.0:
|
| 4266 |
-
version "1.0.1"
|
| 4267 |
-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
|
| 4268 |
-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
|
| 4269 |
-
|
| 4270 |
async-retry-ng@^2.0.1:
|
| 4271 |
version "2.0.1"
|
| 4272 |
resolved "https://registry.yarnpkg.com/async-retry-ng/-/async-retry-ng-2.0.1.tgz#f5285ec1c52654a2ba6a505d0c18b1eadfaebd41"
|
|
@@ -4277,17 +4060,10 @@ async@1.5.2:
|
|
| 4277 |
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
|
| 4278 |
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
|
| 4279 |
|
| 4280 |
-
async@^2.6.2:
|
| 4281 |
-
version "2.6.3"
|
| 4282 |
-
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff"
|
| 4283 |
-
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
|
| 4284 |
-
dependencies:
|
| 4285 |
-
lodash "^4.17.14"
|
| 4286 |
-
|
| 4287 |
async@^3.2.0:
|
| 4288 |
-
version "3.2.
|
| 4289 |
-
resolved "https://registry.yarnpkg.com/async/-/async-3.2.
|
| 4290 |
-
integrity sha512-
|
| 4291 |
|
| 4292 |
asynckit@^0.4.0:
|
| 4293 |
version "0.4.0"
|
|
@@ -4305,21 +4081,21 @@ atob@^2.1.2:
|
|
| 4305 |
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
| 4306 |
|
| 4307 |
autoprefixer@^10.2.4:
|
| 4308 |
-
version "10.
|
| 4309 |
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.
|
| 4310 |
-
integrity sha512-
|
| 4311 |
dependencies:
|
| 4312 |
-
browserslist "^4.16.
|
| 4313 |
-
caniuse-lite "^1.0.
|
| 4314 |
-
colorette "^1.
|
| 4315 |
fraction.js "^4.1.1"
|
| 4316 |
normalize-range "^0.1.2"
|
| 4317 |
postcss-value-parser "^4.1.0"
|
| 4318 |
|
| 4319 |
-
available-typed-arrays@^1.0.
|
| 4320 |
-
version "1.0.
|
| 4321 |
-
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.
|
| 4322 |
-
integrity sha512-
|
| 4323 |
|
| 4324 |
aws-sign2@~0.7.0:
|
| 4325 |
version "0.7.0"
|
|
@@ -4332,16 +4108,16 @@ aws4@^1.8.0:
|
|
| 4332 |
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
| 4333 |
|
| 4334 |
axe-core@^4.0.2:
|
| 4335 |
-
version "4.
|
| 4336 |
-
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.
|
| 4337 |
-
integrity sha512
|
| 4338 |
|
| 4339 |
axios@^0.21.0, axios@^0.21.1:
|
| 4340 |
-
version "0.21.
|
| 4341 |
-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.
|
| 4342 |
-
integrity sha512-
|
| 4343 |
dependencies:
|
| 4344 |
-
follow-redirects "^1.
|
| 4345 |
|
| 4346 |
axobject-query@^2.2.0:
|
| 4347 |
version "2.2.0"
|
|
@@ -4436,9 +4212,9 @@ babel-plugin-polyfill-corejs2@^0.2.2:
|
|
| 4436 |
semver "^6.1.1"
|
| 4437 |
|
| 4438 |
babel-plugin-polyfill-corejs3@^0.2.2:
|
| 4439 |
-
version "0.2.
|
| 4440 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.
|
| 4441 |
-
integrity sha512-
|
| 4442 |
dependencies:
|
| 4443 |
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 4444 |
core-js-compat "^3.14.0"
|
|
@@ -4450,10 +4226,10 @@ babel-plugin-polyfill-regenerator@^0.2.2:
|
|
| 4450 |
dependencies:
|
| 4451 |
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 4452 |
|
| 4453 |
-
babel-plugin-remove-graphql-queries@^3.
|
| 4454 |
-
version "3.
|
| 4455 |
-
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.
|
| 4456 |
-
integrity sha512-
|
| 4457 |
|
| 4458 |
babel-plugin-syntax-jsx@^6.18.0:
|
| 4459 |
version "6.18.0"
|
|
@@ -4465,26 +4241,26 @@ babel-plugin-transform-react-remove-prop-types@^0.4.24:
|
|
| 4465 |
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
|
| 4466 |
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
|
| 4467 |
|
| 4468 |
-
babel-preset-gatsby@^1.
|
| 4469 |
-
version "1.
|
| 4470 |
-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.
|
| 4471 |
-
integrity sha512-
|
| 4472 |
dependencies:
|
| 4473 |
"@babel/plugin-proposal-class-properties" "^7.14.0"
|
| 4474 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
| 4475 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 4476 |
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
| 4477 |
-
"@babel/plugin-transform-classes" "^7.14.
|
| 4478 |
"@babel/plugin-transform-runtime" "^7.14.5"
|
| 4479 |
"@babel/plugin-transform-spread" "^7.14.6"
|
| 4480 |
-
"@babel/preset-env" "^7.14.
|
| 4481 |
"@babel/preset-react" "^7.14.0"
|
| 4482 |
-
"@babel/runtime" "^7.14.
|
| 4483 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 4484 |
babel-plugin-macros "^2.8.0"
|
| 4485 |
babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
| 4486 |
-
gatsby-core-utils "^2.
|
| 4487 |
-
gatsby-legacy-polyfills "^1.
|
| 4488 |
|
| 4489 |
babel-runtime@^6.26.0:
|
| 4490 |
version "6.26.0"
|
|
@@ -4537,11 +4313,6 @@ base@^0.11.1:
|
|
| 4537 |
mixin-deep "^1.2.0"
|
| 4538 |
pascalcase "^0.1.1"
|
| 4539 |
|
| 4540 |
-
batch@0.6.1:
|
| 4541 |
-
version "0.6.1"
|
| 4542 |
-
resolved "https://registry.yarnpkg.com/batch/-/batch-0.6.1.tgz#dc34314f4e679318093fc760272525f94bf25c16"
|
| 4543 |
-
integrity sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=
|
| 4544 |
-
|
| 4545 |
bcrypt-pbkdf@^1.0.0:
|
| 4546 |
version "1.0.2"
|
| 4547 |
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
|
|
@@ -4580,79 +4351,11 @@ big.js@^5.2.2:
|
|
| 4580 |
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
| 4581 |
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
| 4582 |
|
| 4583 |
-
bin-build@^3.0.0:
|
| 4584 |
-
version "3.0.0"
|
| 4585 |
-
resolved "https://registry.yarnpkg.com/bin-build/-/bin-build-3.0.0.tgz#c5780a25a8a9f966d8244217e6c1f5082a143861"
|
| 4586 |
-
integrity sha512-jcUOof71/TNAI2uM5uoUaDq2ePcVBQ3R/qhxAz1rX7UfvduAL/RXD3jXzvn8cVcDJdGVkiR1shal3OH0ImpuhA==
|
| 4587 |
-
dependencies:
|
| 4588 |
-
decompress "^4.0.0"
|
| 4589 |
-
download "^6.2.2"
|
| 4590 |
-
execa "^0.7.0"
|
| 4591 |
-
p-map-series "^1.0.0"
|
| 4592 |
-
tempfile "^2.0.0"
|
| 4593 |
-
|
| 4594 |
-
bin-check@^4.1.0:
|
| 4595 |
-
version "4.1.0"
|
| 4596 |
-
resolved "https://registry.yarnpkg.com/bin-check/-/bin-check-4.1.0.tgz#fc495970bdc88bb1d5a35fc17e65c4a149fc4a49"
|
| 4597 |
-
integrity sha512-b6weQyEUKsDGFlACWSIOfveEnImkJyK/FGW6FAG42loyoquvjdtOIqO6yBFzHyqyVVhNgNkQxxx09SFLK28YnA==
|
| 4598 |
-
dependencies:
|
| 4599 |
-
execa "^0.7.0"
|
| 4600 |
-
executable "^4.1.0"
|
| 4601 |
-
|
| 4602 |
-
bin-version-check@^4.0.0:
|
| 4603 |
-
version "4.0.0"
|
| 4604 |
-
resolved "https://registry.yarnpkg.com/bin-version-check/-/bin-version-check-4.0.0.tgz#7d819c62496991f80d893e6e02a3032361608f71"
|
| 4605 |
-
integrity sha512-sR631OrhC+1f8Cvs8WyVWOA33Y8tgwjETNPyyD/myRBXLkfS/vl74FmH/lFcRl9KY3zwGh7jFhvyk9vV3/3ilQ==
|
| 4606 |
-
dependencies:
|
| 4607 |
-
bin-version "^3.0.0"
|
| 4608 |
-
semver "^5.6.0"
|
| 4609 |
-
semver-truncate "^1.1.2"
|
| 4610 |
-
|
| 4611 |
-
bin-version@^3.0.0:
|
| 4612 |
-
version "3.1.0"
|
| 4613 |
-
resolved "https://registry.yarnpkg.com/bin-version/-/bin-version-3.1.0.tgz#5b09eb280752b1bd28f0c9db3f96f2f43b6c0839"
|
| 4614 |
-
integrity sha512-Mkfm4iE1VFt4xd4vH+gx+0/71esbfus2LsnCGe8Pi4mndSPyT+NGES/Eg99jx8/lUGWfu3z2yuB/bt5UB+iVbQ==
|
| 4615 |
-
dependencies:
|
| 4616 |
-
execa "^1.0.0"
|
| 4617 |
-
find-versions "^3.0.0"
|
| 4618 |
-
|
| 4619 |
-
bin-wrapper@^4.0.0, bin-wrapper@^4.0.1:
|
| 4620 |
-
version "4.1.0"
|
| 4621 |
-
resolved "https://registry.yarnpkg.com/bin-wrapper/-/bin-wrapper-4.1.0.tgz#99348f2cf85031e3ef7efce7e5300aeaae960605"
|
| 4622 |
-
integrity sha512-hfRmo7hWIXPkbpi0ZltboCMVrU+0ClXR/JgbCKKjlDjQf6igXa7OwdqNcFWQZPZTgiY7ZpzE3+LjjkLiTN2T7Q==
|
| 4623 |
-
dependencies:
|
| 4624 |
-
bin-check "^4.1.0"
|
| 4625 |
-
bin-version-check "^4.0.0"
|
| 4626 |
-
download "^7.1.0"
|
| 4627 |
-
import-lazy "^3.1.0"
|
| 4628 |
-
os-filter-obj "^2.0.0"
|
| 4629 |
-
pify "^4.0.1"
|
| 4630 |
-
|
| 4631 |
-
binary-extensions@^1.0.0:
|
| 4632 |
-
version "1.13.1"
|
| 4633 |
-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65"
|
| 4634 |
-
integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==
|
| 4635 |
-
|
| 4636 |
binary-extensions@^2.0.0:
|
| 4637 |
version "2.2.0"
|
| 4638 |
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
| 4639 |
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
| 4640 |
|
| 4641 |
-
bindings@^1.5.0:
|
| 4642 |
-
version "1.5.0"
|
| 4643 |
-
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
|
| 4644 |
-
integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==
|
| 4645 |
-
dependencies:
|
| 4646 |
-
file-uri-to-path "1.0.0"
|
| 4647 |
-
|
| 4648 |
-
bl@^1.0.0:
|
| 4649 |
-
version "1.2.3"
|
| 4650 |
-
resolved "https://registry.yarnpkg.com/bl/-/bl-1.2.3.tgz#1e8dd80142eac80d7158c9dccc047fb620e035e7"
|
| 4651 |
-
integrity sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==
|
| 4652 |
-
dependencies:
|
| 4653 |
-
readable-stream "^2.3.5"
|
| 4654 |
-
safe-buffer "^5.1.1"
|
| 4655 |
-
|
| 4656 |
bl@^4.0.0, bl@^4.0.3:
|
| 4657 |
version "4.1.0"
|
| 4658 |
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
|
|
@@ -4688,18 +4391,6 @@ body-parser@1.19.0, body-parser@^1.19.0:
|
|
| 4688 |
raw-body "2.4.0"
|
| 4689 |
type-is "~1.6.17"
|
| 4690 |
|
| 4691 |
-
bonjour@^3.5.0:
|
| 4692 |
-
version "3.5.0"
|
| 4693 |
-
resolved "https://registry.yarnpkg.com/bonjour/-/bonjour-3.5.0.tgz#8e890a183d8ee9a2393b3844c691a42bcf7bc9f5"
|
| 4694 |
-
integrity sha1-jokKGD2O6aI5OzhExpGkK897yfU=
|
| 4695 |
-
dependencies:
|
| 4696 |
-
array-flatten "^2.1.0"
|
| 4697 |
-
deep-equal "^1.0.1"
|
| 4698 |
-
dns-equal "^1.0.0"
|
| 4699 |
-
dns-txt "^2.0.2"
|
| 4700 |
-
multicast-dns "^6.0.1"
|
| 4701 |
-
multicast-dns-service-types "^1.1.0"
|
| 4702 |
-
|
| 4703 |
boolbase@^1.0.0, boolbase@~1.0.0:
|
| 4704 |
version "1.0.0"
|
| 4705 |
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
|
@@ -4741,7 +4432,7 @@ brace-expansion@^1.1.7:
|
|
| 4741 |
balanced-match "^1.0.0"
|
| 4742 |
concat-map "0.0.1"
|
| 4743 |
|
| 4744 |
-
braces@^2.3.1
|
| 4745 |
version "2.3.2"
|
| 4746 |
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
|
| 4747 |
integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
|
|
@@ -4779,56 +4470,28 @@ browserslist@4.14.2:
|
|
| 4779 |
escalade "^3.0.2"
|
| 4780 |
node-releases "^1.1.61"
|
| 4781 |
|
| 4782 |
-
browserslist@^4.0.0, browserslist@^4.12.2, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.3, browserslist@^4.16.6:
|
| 4783 |
-
version "4.
|
| 4784 |
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
| 4785 |
-
integrity sha512-
|
| 4786 |
dependencies:
|
| 4787 |
-
caniuse-lite "^1.0.
|
| 4788 |
-
colorette "^1.
|
| 4789 |
-
electron-to-chromium "^1.3.
|
| 4790 |
escalade "^3.1.1"
|
| 4791 |
-
node-releases "^1.1.
|
| 4792 |
-
|
| 4793 |
-
buffer-alloc-unsafe@^1.1.0:
|
| 4794 |
-
version "1.1.0"
|
| 4795 |
-
resolved "https://registry.yarnpkg.com/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz#bd7dc26ae2972d0eda253be061dba992349c19f0"
|
| 4796 |
-
integrity sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==
|
| 4797 |
-
|
| 4798 |
-
buffer-alloc@^1.2.0:
|
| 4799 |
-
version "1.2.0"
|
| 4800 |
-
resolved "https://registry.yarnpkg.com/buffer-alloc/-/buffer-alloc-1.2.0.tgz#890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
|
| 4801 |
-
integrity sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==
|
| 4802 |
-
dependencies:
|
| 4803 |
-
buffer-alloc-unsafe "^1.1.0"
|
| 4804 |
-
buffer-fill "^1.0.0"
|
| 4805 |
-
|
| 4806 |
-
buffer-crc32@~0.2.3:
|
| 4807 |
-
version "0.2.13"
|
| 4808 |
-
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
|
| 4809 |
-
integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=
|
| 4810 |
|
| 4811 |
buffer-equal@0.0.1:
|
| 4812 |
version "0.0.1"
|
| 4813 |
resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b"
|
| 4814 |
integrity sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=
|
| 4815 |
|
| 4816 |
-
buffer-fill@^1.0.0:
|
| 4817 |
-
version "1.0.0"
|
| 4818 |
-
resolved "https://registry.yarnpkg.com/buffer-fill/-/buffer-fill-1.0.0.tgz#f8f78b76789888ef39f205cd637f68e702122b2c"
|
| 4819 |
-
integrity sha1-+PeLdniYiO858gXNY39o5wISKyw=
|
| 4820 |
-
|
| 4821 |
buffer-from@^1.0.0:
|
| 4822 |
-
version "1.1.
|
| 4823 |
-
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.
|
| 4824 |
-
integrity sha512-
|
| 4825 |
-
|
| 4826 |
-
buffer-indexof@^1.0.0:
|
| 4827 |
-
version "1.1.1"
|
| 4828 |
-
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
|
| 4829 |
-
integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==
|
| 4830 |
|
| 4831 |
-
buffer@^5.2.0, buffer@^5.
|
| 4832 |
version "5.7.1"
|
| 4833 |
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
|
| 4834 |
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
|
|
@@ -4870,10 +4533,11 @@ bytes@3.1.0:
|
|
| 4870 |
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
| 4871 |
|
| 4872 |
cacache@^15.0.5, cacache@^15.2.0:
|
| 4873 |
-
version "15.
|
| 4874 |
-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.
|
| 4875 |
-
integrity sha512-
|
| 4876 |
dependencies:
|
|
|
|
| 4877 |
"@npmcli/move-file" "^1.0.1"
|
| 4878 |
chownr "^2.0.0"
|
| 4879 |
fs-minipass "^2.0.0"
|
|
@@ -4997,14 +4661,6 @@ camelcase-css@2.0.1, camelcase-css@^2.0.1:
|
|
| 4997 |
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
|
| 4998 |
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
|
| 4999 |
|
| 5000 |
-
camelcase-keys@^2.0.0:
|
| 5001 |
-
version "2.1.0"
|
| 5002 |
-
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
|
| 5003 |
-
integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc=
|
| 5004 |
-
dependencies:
|
| 5005 |
-
camelcase "^2.0.0"
|
| 5006 |
-
map-obj "^1.0.0"
|
| 5007 |
-
|
| 5008 |
camelcase-keys@^6.2.2:
|
| 5009 |
version "6.2.2"
|
| 5010 |
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
|
|
@@ -5014,11 +4670,6 @@ camelcase-keys@^6.2.2:
|
|
| 5014 |
map-obj "^4.0.0"
|
| 5015 |
quick-lru "^4.0.1"
|
| 5016 |
|
| 5017 |
-
camelcase@^2.0.0:
|
| 5018 |
-
version "2.1.1"
|
| 5019 |
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
|
| 5020 |
-
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
|
| 5021 |
-
|
| 5022 |
camelcase@^5.0.0, camelcase@^5.3.1:
|
| 5023 |
version "5.3.1"
|
| 5024 |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
|
@@ -5039,26 +4690,16 @@ caniuse-api@^3.0.0:
|
|
| 5039 |
lodash.memoize "^4.1.2"
|
| 5040 |
lodash.uniq "^4.5.0"
|
| 5041 |
|
| 5042 |
-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.
|
| 5043 |
-
version "1.0.
|
| 5044 |
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
| 5045 |
-
integrity sha512-
|
| 5046 |
|
| 5047 |
caseless@~0.12.0:
|
| 5048 |
version "0.12.0"
|
| 5049 |
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
| 5050 |
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
|
| 5051 |
|
| 5052 |
-
caw@^2.0.0, caw@^2.0.1:
|
| 5053 |
-
version "2.0.1"
|
| 5054 |
-
resolved "https://registry.yarnpkg.com/caw/-/caw-2.0.1.tgz#6c3ca071fc194720883c2dc5da9b074bfc7e9e95"
|
| 5055 |
-
integrity sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==
|
| 5056 |
-
dependencies:
|
| 5057 |
-
get-proxy "^2.0.0"
|
| 5058 |
-
isurl "^1.0.0-alpha5"
|
| 5059 |
-
tunnel-agent "^0.6.0"
|
| 5060 |
-
url-to-options "^1.0.1"
|
| 5061 |
-
|
| 5062 |
ccount@^1.0.0:
|
| 5063 |
version "1.1.0"
|
| 5064 |
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
|
@@ -5073,17 +4714,6 @@ chalk@2.4.2, chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
|
|
| 5073 |
escape-string-regexp "^1.0.5"
|
| 5074 |
supports-color "^5.3.0"
|
| 5075 |
|
| 5076 |
-
chalk@^1.0.0:
|
| 5077 |
-
version "1.1.3"
|
| 5078 |
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98"
|
| 5079 |
-
integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=
|
| 5080 |
-
dependencies:
|
| 5081 |
-
ansi-styles "^2.2.1"
|
| 5082 |
-
escape-string-regexp "^1.0.2"
|
| 5083 |
-
has-ansi "^2.0.0"
|
| 5084 |
-
strip-ansi "^3.0.0"
|
| 5085 |
-
supports-color "^2.0.0"
|
| 5086 |
-
|
| 5087 |
chalk@^3.0.0:
|
| 5088 |
version "3.0.0"
|
| 5089 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
|
|
@@ -5092,15 +4722,7 @@ chalk@^3.0.0:
|
|
| 5092 |
ansi-styles "^4.1.0"
|
| 5093 |
supports-color "^7.1.0"
|
| 5094 |
|
| 5095 |
-
chalk@^4.0, chalk@^4.0.0, chalk@^4.1.0:
|
| 5096 |
-
version "4.1.1"
|
| 5097 |
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
|
| 5098 |
-
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
|
| 5099 |
-
dependencies:
|
| 5100 |
-
ansi-styles "^4.1.0"
|
| 5101 |
-
supports-color "^7.1.0"
|
| 5102 |
-
|
| 5103 |
-
chalk@^4.1.1:
|
| 5104 |
version "4.1.2"
|
| 5105 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
| 5106 |
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
|
@@ -5190,7 +4812,7 @@ cheerio@^0.22.0:
|
|
| 5190 |
lodash.reject "^4.4.0"
|
| 5191 |
lodash.some "^4.4.0"
|
| 5192 |
|
| 5193 |
-
cheerio@^1.0.0-rc.
|
| 5194 |
version "1.0.0-rc.10"
|
| 5195 |
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
| 5196 |
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
|
@@ -5203,25 +4825,6 @@ cheerio@^1.0.0-rc.9:
|
|
| 5203 |
parse5-htmlparser2-tree-adapter "^6.0.1"
|
| 5204 |
tslib "^2.2.0"
|
| 5205 |
|
| 5206 |
-
chokidar@^2.1.8:
|
| 5207 |
-
version "2.1.8"
|
| 5208 |
-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
|
| 5209 |
-
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
|
| 5210 |
-
dependencies:
|
| 5211 |
-
anymatch "^2.0.0"
|
| 5212 |
-
async-each "^1.0.1"
|
| 5213 |
-
braces "^2.3.2"
|
| 5214 |
-
glob-parent "^3.1.0"
|
| 5215 |
-
inherits "^2.0.3"
|
| 5216 |
-
is-binary-path "^1.0.0"
|
| 5217 |
-
is-glob "^4.0.0"
|
| 5218 |
-
normalize-path "^3.0.0"
|
| 5219 |
-
path-is-absolute "^1.0.0"
|
| 5220 |
-
readdirp "^2.2.1"
|
| 5221 |
-
upath "^1.1.1"
|
| 5222 |
-
optionalDependencies:
|
| 5223 |
-
fsevents "^1.2.7"
|
| 5224 |
-
|
| 5225 |
chokidar@^3.4.2, chokidar@^3.4.3, chokidar@^3.5.1:
|
| 5226 |
version "3.5.2"
|
| 5227 |
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
|
|
@@ -5237,7 +4840,7 @@ chokidar@^3.4.2, chokidar@^3.4.3, chokidar@^3.5.1:
|
|
| 5237 |
optionalDependencies:
|
| 5238 |
fsevents "~2.3.2"
|
| 5239 |
|
| 5240 |
-
chownr@^1.1.1:
|
| 5241 |
version "1.1.4"
|
| 5242 |
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
|
| 5243 |
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
|
@@ -5310,15 +4913,6 @@ clipboardy@^2.3.0:
|
|
| 5310 |
execa "^1.0.0"
|
| 5311 |
is-wsl "^2.1.1"
|
| 5312 |
|
| 5313 |
-
cliui@^5.0.0:
|
| 5314 |
-
version "5.0.0"
|
| 5315 |
-
resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
|
| 5316 |
-
integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==
|
| 5317 |
-
dependencies:
|
| 5318 |
-
string-width "^3.1.0"
|
| 5319 |
-
strip-ansi "^5.2.0"
|
| 5320 |
-
wrap-ansi "^5.1.0"
|
| 5321 |
-
|
| 5322 |
cliui@^6.0.0:
|
| 5323 |
version "6.0.0"
|
| 5324 |
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -5397,7 +4991,7 @@ collection-visit@^1.0.0:
|
|
| 5397 |
map-visit "^1.0.0"
|
| 5398 |
object-visit "^1.0.0"
|
| 5399 |
|
| 5400 |
-
color-convert@^1.9.0
|
| 5401 |
version "1.9.3"
|
| 5402 |
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
| 5403 |
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
|
|
@@ -5421,31 +5015,31 @@ color-name@^1.0.0, color-name@~1.1.4:
|
|
| 5421 |
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
| 5422 |
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
| 5423 |
|
| 5424 |
-
color-string@^1.
|
| 5425 |
-
version "1.
|
| 5426 |
-
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.
|
| 5427 |
-
integrity sha512-
|
| 5428 |
dependencies:
|
| 5429 |
color-name "^1.0.0"
|
| 5430 |
simple-swizzle "^0.2.2"
|
| 5431 |
|
| 5432 |
-
color@^
|
| 5433 |
-
version "
|
| 5434 |
-
resolved "https://registry.yarnpkg.com/color/-/color-
|
| 5435 |
-
integrity sha512-
|
| 5436 |
dependencies:
|
| 5437 |
-
color-convert "^
|
| 5438 |
-
color-string "^1.
|
| 5439 |
|
| 5440 |
-
colord@^2.0.1:
|
| 5441 |
-
version "2.0
|
| 5442 |
-
resolved "https://registry.yarnpkg.com/colord/-/colord-2.0.
|
| 5443 |
-
integrity sha512-
|
| 5444 |
|
| 5445 |
-
colorette@^1.2.2:
|
| 5446 |
-
version "1.
|
| 5447 |
-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.
|
| 5448 |
-
integrity sha512-
|
| 5449 |
|
| 5450 |
columnify@^1.5.4:
|
| 5451 |
version "1.5.4"
|
|
@@ -5472,12 +5066,12 @@ command-exists@^1.2.4:
|
|
| 5472 |
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69"
|
| 5473 |
integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==
|
| 5474 |
|
| 5475 |
-
commander@^2.20.0, commander@^2.20.3
|
| 5476 |
version "2.20.3"
|
| 5477 |
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
| 5478 |
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
| 5479 |
|
| 5480 |
-
commander@^7.
|
| 5481 |
version "7.2.0"
|
| 5482 |
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
|
| 5483 |
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
|
|
@@ -5559,7 +5153,7 @@ concat-stream@^2.0.0:
|
|
| 5559 |
readable-stream "^3.0.2"
|
| 5560 |
typedarray "^0.0.6"
|
| 5561 |
|
| 5562 |
-
config-chain@^1.1.
|
| 5563 |
version "1.1.13"
|
| 5564 |
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
|
| 5565 |
integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
|
|
@@ -5584,11 +5178,6 @@ confusing-browser-globals@^1.0.10:
|
|
| 5584 |
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
|
| 5585 |
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
|
| 5586 |
|
| 5587 |
-
connect-history-api-fallback@^1.6.0:
|
| 5588 |
-
version "1.6.0"
|
| 5589 |
-
resolved "https://registry.yarnpkg.com/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz#8b32089359308d111115d81cad3fceab888f97bc"
|
| 5590 |
-
integrity sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==
|
| 5591 |
-
|
| 5592 |
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
|
| 5593 |
version "1.1.0"
|
| 5594 |
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
|
@@ -5599,11 +5188,6 @@ console-polyfill@^0.1.2:
|
|
| 5599 |
resolved "https://registry.yarnpkg.com/console-polyfill/-/console-polyfill-0.1.2.tgz#96cfed51caf78189f699572e6f18271dc37c0e30"
|
| 5600 |
integrity sha1-ls/tUcr3gYn2mVcubxgnHcN8DjA=
|
| 5601 |
|
| 5602 |
-
console-stream@^0.1.1:
|
| 5603 |
-
version "0.1.1"
|
| 5604 |
-
resolved "https://registry.yarnpkg.com/console-stream/-/console-stream-0.1.1.tgz#a095fe07b20465955f2fafd28b5d72bccd949d44"
|
| 5605 |
-
integrity sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=
|
| 5606 |
-
|
| 5607 |
constant-case@^2.0.0:
|
| 5608 |
version "2.0.0"
|
| 5609 |
resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-2.0.0.tgz#4175764d389d3fa9c8ecd29186ed6005243b6a46"
|
|
@@ -5612,7 +5196,7 @@ constant-case@^2.0.0:
|
|
| 5612 |
snake-case "^2.1.0"
|
| 5613 |
upper-case "^1.1.1"
|
| 5614 |
|
| 5615 |
-
content-disposition@0.5.3
|
| 5616 |
version "0.5.3"
|
| 5617 |
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
|
| 5618 |
integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
|
|
@@ -5625,21 +5209,21 @@ content-type@^1.0.4, content-type@~1.0.4:
|
|
| 5625 |
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
| 5626 |
|
| 5627 |
contentful-management@^7.5.1:
|
| 5628 |
-
version "7.
|
| 5629 |
-
resolved "https://registry.yarnpkg.com/contentful-management/-/contentful-management-7.
|
| 5630 |
-
integrity sha512-
|
| 5631 |
dependencies:
|
| 5632 |
"@types/json-patch" "0.0.30"
|
| 5633 |
axios "^0.21.0"
|
| 5634 |
contentful-sdk-core "^6.8.0"
|
| 5635 |
fast-copy "^2.1.0"
|
| 5636 |
lodash.isplainobject "^4.0.6"
|
| 5637 |
-
type-fest "^0.
|
| 5638 |
|
| 5639 |
contentful-sdk-core@^6.8.0:
|
| 5640 |
-
version "6.8.
|
| 5641 |
-
resolved "https://registry.yarnpkg.com/contentful-sdk-core/-/contentful-sdk-core-6.8.
|
| 5642 |
-
integrity sha512-
|
| 5643 |
dependencies:
|
| 5644 |
fast-copy "^2.1.0"
|
| 5645 |
qs "^6.9.4"
|
|
@@ -5662,15 +5246,15 @@ conventional-changelog-conventionalcommits@^4.6.0:
|
|
| 5662 |
q "^1.5.1"
|
| 5663 |
|
| 5664 |
conventional-changelog-core@^4.2.2:
|
| 5665 |
-
version "4.2.
|
| 5666 |
-
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.
|
| 5667 |
-
integrity sha512-
|
| 5668 |
dependencies:
|
| 5669 |
add-stream "^1.0.0"
|
| 5670 |
-
conventional-changelog-writer "^
|
| 5671 |
conventional-commits-parser "^3.2.0"
|
| 5672 |
dateformat "^3.0.0"
|
| 5673 |
-
get-pkg-repo "^
|
| 5674 |
git-raw-commits "^2.0.8"
|
| 5675 |
git-remote-origin-url "^2.0.0"
|
| 5676 |
git-semver-tags "^4.1.1"
|
|
@@ -5679,7 +5263,6 @@ conventional-changelog-core@^4.2.2:
|
|
| 5679 |
q "^1.5.1"
|
| 5680 |
read-pkg "^3.0.0"
|
| 5681 |
read-pkg-up "^3.0.0"
|
| 5682 |
-
shelljs "^0.8.3"
|
| 5683 |
through2 "^4.0.0"
|
| 5684 |
|
| 5685 |
conventional-changelog-preset-loader@^2.3.4:
|
|
@@ -5687,12 +5270,11 @@ conventional-changelog-preset-loader@^2.3.4:
|
|
| 5687 |
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c"
|
| 5688 |
integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==
|
| 5689 |
|
| 5690 |
-
conventional-changelog-writer@^
|
| 5691 |
-
version "
|
| 5692 |
-
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-
|
| 5693 |
-
integrity sha512-
|
| 5694 |
dependencies:
|
| 5695 |
-
compare-func "^2.0.0"
|
| 5696 |
conventional-commits-filter "^2.0.7"
|
| 5697 |
dateformat "^3.0.0"
|
| 5698 |
handlebars "^4.7.6"
|
|
@@ -5752,9 +5334,9 @@ convert-hrtime@^3.0.0:
|
|
| 5752 |
integrity sha512-7V+KqSvMiHp8yWDuwfww06XleMWVVB9b9tURBx+G7UTADuo5hYPuowKloz4OzOqbPezxgo+fdQ1522WzPG4OeA==
|
| 5753 |
|
| 5754 |
convert-source-map@^1.5.0, convert-source-map@^1.7.0:
|
| 5755 |
-
version "1.
|
| 5756 |
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.
|
| 5757 |
-
integrity sha512
|
| 5758 |
dependencies:
|
| 5759 |
safe-buffer "~5.1.1"
|
| 5760 |
|
|
@@ -5778,19 +5360,6 @@ copy-descriptor@^0.1.0:
|
|
| 5778 |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
| 5779 |
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
| 5780 |
|
| 5781 |
-
copyfiles@^2.3.0:
|
| 5782 |
-
version "2.4.1"
|
| 5783 |
-
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5"
|
| 5784 |
-
integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==
|
| 5785 |
-
dependencies:
|
| 5786 |
-
glob "^7.0.5"
|
| 5787 |
-
minimatch "^3.0.3"
|
| 5788 |
-
mkdirp "^1.0.4"
|
| 5789 |
-
noms "0.0.0"
|
| 5790 |
-
through2 "^2.0.1"
|
| 5791 |
-
untildify "^4.0.0"
|
| 5792 |
-
yargs "^16.1.0"
|
| 5793 |
-
|
| 5794 |
core-js-compat@3.9.0:
|
| 5795 |
version "3.9.0"
|
| 5796 |
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56"
|
|
@@ -5799,26 +5368,18 @@ core-js-compat@3.9.0:
|
|
| 5799 |
browserslist "^4.16.3"
|
| 5800 |
semver "7.0.0"
|
| 5801 |
|
| 5802 |
-
core-js-compat@^3.14.0:
|
| 5803 |
-
version "3.
|
| 5804 |
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
| 5805 |
-
integrity sha512-
|
| 5806 |
-
dependencies:
|
| 5807 |
-
browserslist "^4.16.6"
|
| 5808 |
-
semver "7.0.0"
|
| 5809 |
-
|
| 5810 |
-
core-js-compat@^3.15.0:
|
| 5811 |
-
version "3.16.0"
|
| 5812 |
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
|
| 5813 |
-
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
|
| 5814 |
dependencies:
|
| 5815 |
-
browserslist "^4.16.
|
| 5816 |
semver "7.0.0"
|
| 5817 |
|
| 5818 |
-
core-js-pure@^3.
|
| 5819 |
-
version "3.
|
| 5820 |
-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.
|
| 5821 |
-
integrity sha512-
|
| 5822 |
|
| 5823 |
core-js@^2.4.0:
|
| 5824 |
version "2.6.12"
|
|
@@ -5826,15 +5387,20 @@ core-js@^2.4.0:
|
|
| 5826 |
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
|
| 5827 |
|
| 5828 |
core-js@^3.6.4, core-js@^3.6.5, core-js@^3.9.0:
|
| 5829 |
-
version "3.
|
| 5830 |
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.
|
| 5831 |
-
integrity sha512-
|
| 5832 |
|
| 5833 |
-
core-util-is@1.0.2
|
| 5834 |
version "1.0.2"
|
| 5835 |
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
| 5836 |
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
|
| 5837 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5838 |
cors@^2.8.5, cors@~2.8.5:
|
| 5839 |
version "2.8.5"
|
| 5840 |
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
|
|
@@ -5850,7 +5416,7 @@ cosmiconfig-toml-loader@1.0.0:
|
|
| 5850 |
dependencies:
|
| 5851 |
"@iarna/toml" "^2.2.5"
|
| 5852 |
|
| 5853 |
-
cosmiconfig@7.0.0
|
| 5854 |
version "7.0.0"
|
| 5855 |
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
|
| 5856 |
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
|
|
@@ -5872,10 +5438,21 @@ cosmiconfig@^6.0.0:
|
|
| 5872 |
path-type "^4.0.0"
|
| 5873 |
yaml "^1.7.2"
|
| 5874 |
|
| 5875 |
-
|
| 5876 |
-
version "
|
| 5877 |
-
resolved "https://registry.yarnpkg.com/
|
| 5878 |
-
integrity sha512-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5879 |
|
| 5880 |
create-require@^1.1.0:
|
| 5881 |
version "1.1.1"
|
|
@@ -5889,7 +5466,7 @@ cross-fetch@3.1.4:
|
|
| 5889 |
dependencies:
|
| 5890 |
node-fetch "2.6.1"
|
| 5891 |
|
| 5892 |
-
cross-spawn@7.0.3, cross-spawn@^7.0.
|
| 5893 |
version "7.0.3"
|
| 5894 |
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
| 5895 |
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
|
@@ -5898,15 +5475,6 @@ cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
| 5898 |
shebang-command "^2.0.0"
|
| 5899 |
which "^2.0.1"
|
| 5900 |
|
| 5901 |
-
cross-spawn@^5.0.1:
|
| 5902 |
-
version "5.1.0"
|
| 5903 |
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449"
|
| 5904 |
-
integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=
|
| 5905 |
-
dependencies:
|
| 5906 |
-
lru-cache "^4.0.1"
|
| 5907 |
-
shebang-command "^1.2.0"
|
| 5908 |
-
which "^1.2.9"
|
| 5909 |
-
|
| 5910 |
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
| 5911 |
version "6.0.5"
|
| 5912 |
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
@@ -5923,27 +5491,22 @@ crypto-random-string@^2.0.0:
|
|
| 5923 |
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
|
| 5924 |
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
|
| 5925 |
|
| 5926 |
-
css-color-names@^0.0.4:
|
| 5927 |
-
version "0.0.4"
|
| 5928 |
-
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"
|
| 5929 |
-
integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=
|
| 5930 |
-
|
| 5931 |
css-color-names@^1.0.1:
|
| 5932 |
version "1.0.1"
|
| 5933 |
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-1.0.1.tgz#6ff7ee81a823ad46e020fa2fd6ab40a887e2ba67"
|
| 5934 |
integrity sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==
|
| 5935 |
|
| 5936 |
css-declaration-sorter@^6.0.3:
|
| 5937 |
-
version "6.
|
| 5938 |
-
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.
|
| 5939 |
-
integrity sha512-
|
| 5940 |
dependencies:
|
| 5941 |
timsort "^0.3.0"
|
| 5942 |
|
| 5943 |
css-loader@^5.0.1:
|
| 5944 |
-
version "5.2.
|
| 5945 |
-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.
|
| 5946 |
-
integrity sha512-
|
| 5947 |
dependencies:
|
| 5948 |
icss-utils "^5.1.0"
|
| 5949 |
loader-utils "^2.0.0"
|
|
@@ -5984,17 +5547,6 @@ css-select@^2.0.0:
|
|
| 5984 |
domutils "^1.7.0"
|
| 5985 |
nth-check "^1.0.2"
|
| 5986 |
|
| 5987 |
-
css-select@^3.1.2:
|
| 5988 |
-
version "3.1.2"
|
| 5989 |
-
resolved "https://registry.yarnpkg.com/css-select/-/css-select-3.1.2.tgz#d52cbdc6fee379fba97fb0d3925abbd18af2d9d8"
|
| 5990 |
-
integrity sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA==
|
| 5991 |
-
dependencies:
|
| 5992 |
-
boolbase "^1.0.0"
|
| 5993 |
-
css-what "^4.0.0"
|
| 5994 |
-
domhandler "^4.0.0"
|
| 5995 |
-
domutils "^2.4.3"
|
| 5996 |
-
nth-check "^2.0.0"
|
| 5997 |
-
|
| 5998 |
css-select@^4.1.3:
|
| 5999 |
version "4.1.3"
|
| 6000 |
resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.1.3.tgz#a70440f70317f2669118ad74ff105e65849c7067"
|
|
@@ -6029,7 +5581,7 @@ css-tree@1.0.0-alpha.37:
|
|
| 6029 |
mdn-data "2.0.4"
|
| 6030 |
source-map "^0.6.1"
|
| 6031 |
|
| 6032 |
-
css-tree@^1.1.2:
|
| 6033 |
version "1.1.3"
|
| 6034 |
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
|
| 6035 |
integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
|
|
@@ -6047,11 +5599,6 @@ css-what@^3.2.1:
|
|
| 6047 |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
|
| 6048 |
integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
|
| 6049 |
|
| 6050 |
-
css-what@^4.0.0:
|
| 6051 |
-
version "4.0.0"
|
| 6052 |
-
resolved "https://registry.yarnpkg.com/css-what/-/css-what-4.0.0.tgz#35e73761cab2eeb3d3661126b23d7aa0e8432233"
|
| 6053 |
-
integrity sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==
|
| 6054 |
-
|
| 6055 |
css-what@^5.0.0, css-what@^5.0.1:
|
| 6056 |
version "5.0.1"
|
| 6057 |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
|
|
@@ -6072,10 +5619,10 @@ cssfilter@0.0.10:
|
|
| 6072 |
resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae"
|
| 6073 |
integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=
|
| 6074 |
|
| 6075 |
-
cssnano-preset-default@^5.1.
|
| 6076 |
-
version "5.1.
|
| 6077 |
-
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.1.
|
| 6078 |
-
integrity sha512-
|
| 6079 |
dependencies:
|
| 6080 |
css-declaration-sorter "^6.0.3"
|
| 6081 |
cssnano-utils "^2.0.1"
|
|
@@ -6089,7 +5636,7 @@ cssnano-preset-default@^5.1.3:
|
|
| 6089 |
postcss-merge-longhand "^5.0.2"
|
| 6090 |
postcss-merge-rules "^5.0.2"
|
| 6091 |
postcss-minify-font-values "^5.0.1"
|
| 6092 |
-
postcss-minify-gradients "^5.0.
|
| 6093 |
postcss-minify-params "^5.0.1"
|
| 6094 |
postcss-minify-selectors "^5.1.0"
|
| 6095 |
postcss-normalize-charset "^5.0.1"
|
|
@@ -6113,13 +5660,14 @@ cssnano-utils@^2.0.1:
|
|
| 6113 |
integrity sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==
|
| 6114 |
|
| 6115 |
cssnano@^5.0.0:
|
| 6116 |
-
version "5.0.
|
| 6117 |
-
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.
|
| 6118 |
-
integrity sha512-
|
| 6119 |
dependencies:
|
| 6120 |
-
|
| 6121 |
-
cssnano-preset-default "^5.1.3"
|
| 6122 |
is-resolvable "^1.1.0"
|
|
|
|
|
|
|
| 6123 |
|
| 6124 |
csso@^4.0.2, csso@^4.2.0:
|
| 6125 |
version "4.2.0"
|
|
@@ -6138,13 +5686,6 @@ csstype@^3.0.2:
|
|
| 6138 |
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
|
| 6139 |
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
|
| 6140 |
|
| 6141 |
-
currently-unhandled@^0.4.1:
|
| 6142 |
-
version "0.4.1"
|
| 6143 |
-
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
| 6144 |
-
integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
|
| 6145 |
-
dependencies:
|
| 6146 |
-
array-find-index "^1.0.1"
|
| 6147 |
-
|
| 6148 |
d@1, d@^1.0.1:
|
| 6149 |
version "1.0.1"
|
| 6150 |
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
|
|
@@ -6181,9 +5722,9 @@ dataloader@^1.4.0:
|
|
| 6181 |
integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==
|
| 6182 |
|
| 6183 |
date-fns@^2.14.0:
|
| 6184 |
-
version "2.
|
| 6185 |
-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.
|
| 6186 |
-
integrity sha512-
|
| 6187 |
|
| 6188 |
dateformat@^3.0.0:
|
| 6189 |
version "3.0.3"
|
|
@@ -6198,13 +5739,13 @@ debug@2, debug@2.6.9, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, de
|
|
| 6198 |
ms "2.0.0"
|
| 6199 |
|
| 6200 |
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@~4.3.1:
|
| 6201 |
-
version "4.3.
|
| 6202 |
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.
|
| 6203 |
-
integrity sha512-
|
| 6204 |
dependencies:
|
| 6205 |
ms "2.1.2"
|
| 6206 |
|
| 6207 |
-
debug@^3.0.0, debug@^3.1.0, debug@^3.
|
| 6208 |
version "3.2.7"
|
| 6209 |
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
| 6210 |
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
|
|
@@ -6224,7 +5765,7 @@ decamelize-keys@^1.1.0:
|
|
| 6224 |
decamelize "^1.1.0"
|
| 6225 |
map-obj "^1.0.0"
|
| 6226 |
|
| 6227 |
-
decamelize@^1.1.0, decamelize@^1.
|
| 6228 |
version "1.2.0"
|
| 6229 |
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
| 6230 |
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
|
|
@@ -6234,7 +5775,7 @@ decode-uri-component@^0.2.0:
|
|
| 6234 |
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
|
| 6235 |
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
|
| 6236 |
|
| 6237 |
-
decompress-response@^3.
|
| 6238 |
version "3.3.0"
|
| 6239 |
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
|
| 6240 |
integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
|
|
@@ -6255,59 +5796,6 @@ decompress-response@^5.0.0:
|
|
| 6255 |
dependencies:
|
| 6256 |
mimic-response "^2.0.0"
|
| 6257 |
|
| 6258 |
-
decompress-tar@^4.0.0, decompress-tar@^4.1.0, decompress-tar@^4.1.1:
|
| 6259 |
-
version "4.1.1"
|
| 6260 |
-
resolved "https://registry.yarnpkg.com/decompress-tar/-/decompress-tar-4.1.1.tgz#718cbd3fcb16209716e70a26b84e7ba4592e5af1"
|
| 6261 |
-
integrity sha512-JdJMaCrGpB5fESVyxwpCx4Jdj2AagLmv3y58Qy4GE6HMVjWz1FeVQk1Ct4Kye7PftcdOo/7U7UKzYBJgqnGeUQ==
|
| 6262 |
-
dependencies:
|
| 6263 |
-
file-type "^5.2.0"
|
| 6264 |
-
is-stream "^1.1.0"
|
| 6265 |
-
tar-stream "^1.5.2"
|
| 6266 |
-
|
| 6267 |
-
decompress-tarbz2@^4.0.0:
|
| 6268 |
-
version "4.1.1"
|
| 6269 |
-
resolved "https://registry.yarnpkg.com/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz#3082a5b880ea4043816349f378b56c516be1a39b"
|
| 6270 |
-
integrity sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==
|
| 6271 |
-
dependencies:
|
| 6272 |
-
decompress-tar "^4.1.0"
|
| 6273 |
-
file-type "^6.1.0"
|
| 6274 |
-
is-stream "^1.1.0"
|
| 6275 |
-
seek-bzip "^1.0.5"
|
| 6276 |
-
unbzip2-stream "^1.0.9"
|
| 6277 |
-
|
| 6278 |
-
decompress-targz@^4.0.0:
|
| 6279 |
-
version "4.1.1"
|
| 6280 |
-
resolved "https://registry.yarnpkg.com/decompress-targz/-/decompress-targz-4.1.1.tgz#c09bc35c4d11f3de09f2d2da53e9de23e7ce1eee"
|
| 6281 |
-
integrity sha512-4z81Znfr6chWnRDNfFNqLwPvm4db3WuZkqV+UgXQzSngG3CEKdBkw5jrv3axjjL96glyiiKjsxJG3X6WBZwX3w==
|
| 6282 |
-
dependencies:
|
| 6283 |
-
decompress-tar "^4.1.1"
|
| 6284 |
-
file-type "^5.2.0"
|
| 6285 |
-
is-stream "^1.1.0"
|
| 6286 |
-
|
| 6287 |
-
decompress-unzip@^4.0.1:
|
| 6288 |
-
version "4.0.1"
|
| 6289 |
-
resolved "https://registry.yarnpkg.com/decompress-unzip/-/decompress-unzip-4.0.1.tgz#deaaccdfd14aeaf85578f733ae8210f9b4848f69"
|
| 6290 |
-
integrity sha1-3qrM39FK6vhVePczroIQ+bSEj2k=
|
| 6291 |
-
dependencies:
|
| 6292 |
-
file-type "^3.8.0"
|
| 6293 |
-
get-stream "^2.2.0"
|
| 6294 |
-
pify "^2.3.0"
|
| 6295 |
-
yauzl "^2.4.2"
|
| 6296 |
-
|
| 6297 |
-
decompress@^4.0.0, decompress@^4.2.0:
|
| 6298 |
-
version "4.2.1"
|
| 6299 |
-
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz#007f55cc6a62c055afa37c07eb6a4ee1b773f118"
|
| 6300 |
-
integrity sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==
|
| 6301 |
-
dependencies:
|
| 6302 |
-
decompress-tar "^4.0.0"
|
| 6303 |
-
decompress-tarbz2 "^4.0.0"
|
| 6304 |
-
decompress-targz "^4.0.0"
|
| 6305 |
-
decompress-unzip "^4.0.1"
|
| 6306 |
-
graceful-fs "^4.1.10"
|
| 6307 |
-
make-dir "^1.0.0"
|
| 6308 |
-
pify "^2.3.0"
|
| 6309 |
-
strip-dirs "^2.0.0"
|
| 6310 |
-
|
| 6311 |
dedent@^0.7.0:
|
| 6312 |
version "0.7.0"
|
| 6313 |
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
|
|
@@ -6318,18 +5806,6 @@ dedupe@^3.0.2:
|
|
| 6318 |
resolved "https://registry.yarnpkg.com/dedupe/-/dedupe-3.0.2.tgz#c7c9d5534167b69dc07bd21d093882abbe88b0a9"
|
| 6319 |
integrity sha512-1BmvzpTdYjyvzTMgd8+A7R9jNJh8GfvVZJqREZpqq7OpePtVFNdw56FjsHFdC35ROSng6y+h4qFYO/VkiKEztg==
|
| 6320 |
|
| 6321 |
-
deep-equal@^1.0.1:
|
| 6322 |
-
version "1.1.1"
|
| 6323 |
-
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
|
| 6324 |
-
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
|
| 6325 |
-
dependencies:
|
| 6326 |
-
is-arguments "^1.0.4"
|
| 6327 |
-
is-date-object "^1.0.1"
|
| 6328 |
-
is-regex "^1.0.4"
|
| 6329 |
-
object-is "^1.0.1"
|
| 6330 |
-
object-keys "^1.1.1"
|
| 6331 |
-
regexp.prototype.flags "^1.2.0"
|
| 6332 |
-
|
| 6333 |
deep-equal@^2.0.5:
|
| 6334 |
version "2.0.5"
|
| 6335 |
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.0.5.tgz#55cd2fe326d83f9cbf7261ef0e060b3f724c5cb9"
|
|
@@ -6357,23 +5833,15 @@ deep-extend@^0.6.0:
|
|
| 6357 |
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
| 6358 |
|
| 6359 |
deep-is@^0.1.3:
|
| 6360 |
-
version "0.1.
|
| 6361 |
-
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.
|
| 6362 |
-
integrity
|
| 6363 |
|
| 6364 |
deepmerge@^4.0, deepmerge@^4.0.0, deepmerge@^4.2.2:
|
| 6365 |
version "4.2.2"
|
| 6366 |
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
|
| 6367 |
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
|
| 6368 |
|
| 6369 |
-
default-gateway@^4.2.0:
|
| 6370 |
-
version "4.2.0"
|
| 6371 |
-
resolved "https://registry.yarnpkg.com/default-gateway/-/default-gateway-4.2.0.tgz#167104c7500c2115f6dd69b0a536bb8ed720552b"
|
| 6372 |
-
integrity sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==
|
| 6373 |
-
dependencies:
|
| 6374 |
-
execa "^1.0.0"
|
| 6375 |
-
ip-regex "^2.1.0"
|
| 6376 |
-
|
| 6377 |
defaults@^1.0.3:
|
| 6378 |
version "1.0.3"
|
| 6379 |
resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
|
|
@@ -6420,19 +5888,6 @@ define-property@^2.0.2:
|
|
| 6420 |
is-descriptor "^1.0.2"
|
| 6421 |
isobject "^3.0.1"
|
| 6422 |
|
| 6423 |
-
del@^4.1.1:
|
| 6424 |
-
version "4.1.1"
|
| 6425 |
-
resolved "https://registry.yarnpkg.com/del/-/del-4.1.1.tgz#9e8f117222ea44a31ff3a156c049b99052a9f0b4"
|
| 6426 |
-
integrity sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==
|
| 6427 |
-
dependencies:
|
| 6428 |
-
"@types/glob" "^7.1.1"
|
| 6429 |
-
globby "^6.1.0"
|
| 6430 |
-
is-path-cwd "^2.0.0"
|
| 6431 |
-
is-path-in-cwd "^2.0.0"
|
| 6432 |
-
p-map "^2.0.0"
|
| 6433 |
-
pify "^4.0.1"
|
| 6434 |
-
rimraf "^2.6.3"
|
| 6435 |
-
|
| 6436 |
del@^5.1.0:
|
| 6437 |
version "5.1.0"
|
| 6438 |
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
|
|
@@ -6502,11 +5957,6 @@ detect-newline@^1.0.3:
|
|
| 6502 |
get-stdin "^4.0.1"
|
| 6503 |
minimist "^1.1.0"
|
| 6504 |
|
| 6505 |
-
detect-node@^2.0.4:
|
| 6506 |
-
version "2.1.0"
|
| 6507 |
-
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
|
| 6508 |
-
integrity sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==
|
| 6509 |
-
|
| 6510 |
detect-port-alt@1.1.6:
|
| 6511 |
version "1.1.6"
|
| 6512 |
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
|
|
@@ -6524,9 +5974,9 @@ detect-port@^1.3.0:
|
|
| 6524 |
debug "^2.6.0"
|
| 6525 |
|
| 6526 |
devcert@^1.1.3:
|
| 6527 |
-
version "1.
|
| 6528 |
-
resolved "https://registry.yarnpkg.com/devcert/-/devcert-1.
|
| 6529 |
-
integrity sha512-
|
| 6530 |
dependencies:
|
| 6531 |
"@types/configstore" "^2.1.1"
|
| 6532 |
"@types/debug" "^0.0.30"
|
|
@@ -6584,26 +6034,6 @@ dir-glob@^3.0.1:
|
|
| 6584 |
dependencies:
|
| 6585 |
path-type "^4.0.0"
|
| 6586 |
|
| 6587 |
-
dns-equal@^1.0.0:
|
| 6588 |
-
version "1.0.0"
|
| 6589 |
-
resolved "https://registry.yarnpkg.com/dns-equal/-/dns-equal-1.0.0.tgz#b39e7f1da6eb0a75ba9c17324b34753c47e0654d"
|
| 6590 |
-
integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
|
| 6591 |
-
|
| 6592 |
-
dns-packet@^1.3.1:
|
| 6593 |
-
version "1.3.4"
|
| 6594 |
-
resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-1.3.4.tgz#e3455065824a2507ba886c55a89963bb107dec6f"
|
| 6595 |
-
integrity sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==
|
| 6596 |
-
dependencies:
|
| 6597 |
-
ip "^1.1.0"
|
| 6598 |
-
safe-buffer "^5.0.1"
|
| 6599 |
-
|
| 6600 |
-
dns-txt@^2.0.2:
|
| 6601 |
-
version "2.0.2"
|
| 6602 |
-
resolved "https://registry.yarnpkg.com/dns-txt/-/dns-txt-2.0.2.tgz#b91d806f5d27188e4ab3e7d107d881a1cc4642b6"
|
| 6603 |
-
integrity sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=
|
| 6604 |
-
dependencies:
|
| 6605 |
-
buffer-indexof "^1.0.0"
|
| 6606 |
-
|
| 6607 |
doctrine@^2.1.0:
|
| 6608 |
version "2.1.0"
|
| 6609 |
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
|
|
@@ -6682,9 +6112,9 @@ domhandler@^2.3.0:
|
|
| 6682 |
domelementtype "1"
|
| 6683 |
|
| 6684 |
domhandler@^4.0.0, domhandler@^4.2.0:
|
| 6685 |
-
version "4.2.
|
| 6686 |
-
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.
|
| 6687 |
-
integrity sha512-
|
| 6688 |
dependencies:
|
| 6689 |
domelementtype "^2.2.0"
|
| 6690 |
|
|
@@ -6704,10 +6134,10 @@ domutils@^1.5.1, domutils@^1.7.0:
|
|
| 6704 |
dom-serializer "0"
|
| 6705 |
domelementtype "1"
|
| 6706 |
|
| 6707 |
-
domutils@^2.
|
| 6708 |
-
version "2.
|
| 6709 |
-
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.
|
| 6710 |
-
integrity sha512-
|
| 6711 |
dependencies:
|
| 6712 |
dom-serializer "^1.0.1"
|
| 6713 |
domelementtype "^2.2.0"
|
|
@@ -6744,41 +6174,6 @@ dotenv@^8.2.0:
|
|
| 6744 |
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
|
| 6745 |
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
|
| 6746 |
|
| 6747 |
-
download@^6.2.2:
|
| 6748 |
-
version "6.2.5"
|
| 6749 |
-
resolved "https://registry.yarnpkg.com/download/-/download-6.2.5.tgz#acd6a542e4cd0bb42ca70cfc98c9e43b07039714"
|
| 6750 |
-
integrity sha512-DpO9K1sXAST8Cpzb7kmEhogJxymyVUd5qz/vCOSyvwtp2Klj2XcDt5YUuasgxka44SxF0q5RriKIwJmQHG2AuA==
|
| 6751 |
-
dependencies:
|
| 6752 |
-
caw "^2.0.0"
|
| 6753 |
-
content-disposition "^0.5.2"
|
| 6754 |
-
decompress "^4.0.0"
|
| 6755 |
-
ext-name "^5.0.0"
|
| 6756 |
-
file-type "5.2.0"
|
| 6757 |
-
filenamify "^2.0.0"
|
| 6758 |
-
get-stream "^3.0.0"
|
| 6759 |
-
got "^7.0.0"
|
| 6760 |
-
make-dir "^1.0.0"
|
| 6761 |
-
p-event "^1.0.0"
|
| 6762 |
-
pify "^3.0.0"
|
| 6763 |
-
|
| 6764 |
-
download@^7.1.0:
|
| 6765 |
-
version "7.1.0"
|
| 6766 |
-
resolved "https://registry.yarnpkg.com/download/-/download-7.1.0.tgz#9059aa9d70b503ee76a132897be6dec8e5587233"
|
| 6767 |
-
integrity sha512-xqnBTVd/E+GxJVrX5/eUJiLYjCGPwMpdL+jGhGU57BvtcA7wwhtHVbXBeUk51kOpW3S7Jn3BQbN9Q1R1Km2qDQ==
|
| 6768 |
-
dependencies:
|
| 6769 |
-
archive-type "^4.0.0"
|
| 6770 |
-
caw "^2.0.1"
|
| 6771 |
-
content-disposition "^0.5.2"
|
| 6772 |
-
decompress "^4.2.0"
|
| 6773 |
-
ext-name "^5.0.0"
|
| 6774 |
-
file-type "^8.1.0"
|
| 6775 |
-
filenamify "^2.0.0"
|
| 6776 |
-
get-stream "^3.0.0"
|
| 6777 |
-
got "^8.3.1"
|
| 6778 |
-
make-dir "^1.2.0"
|
| 6779 |
-
p-event "^2.1.0"
|
| 6780 |
-
pify "^3.0.0"
|
| 6781 |
-
|
| 6782 |
duplexer3@^0.1.4:
|
| 6783 |
version "0.1.4"
|
| 6784 |
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
|
|
@@ -6802,21 +6197,16 @@ ee-first@1.1.1:
|
|
| 6802 |
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
| 6803 |
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
| 6804 |
|
| 6805 |
-
electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.
|
| 6806 |
-
version "1.3.
|
| 6807 |
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
| 6808 |
-
integrity sha512-
|
| 6809 |
|
| 6810 |
email-validator@^2.0.4:
|
| 6811 |
version "2.0.4"
|
| 6812 |
resolved "https://registry.yarnpkg.com/email-validator/-/email-validator-2.0.4.tgz#b8dfaa5d0dae28f1b03c95881d904d4e40bfe7ed"
|
| 6813 |
integrity sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==
|
| 6814 |
|
| 6815 |
-
"emoji-regex@>=6.0.0 <=6.1.1":
|
| 6816 |
-
version "6.1.1"
|
| 6817 |
-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-6.1.1.tgz#c6cd0ec1b0642e2a3c67a1137efc5e796da4f88e"
|
| 6818 |
-
integrity sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=
|
| 6819 |
-
|
| 6820 |
emoji-regex@^7.0.1:
|
| 6821 |
version "7.0.3"
|
| 6822 |
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
|
|
@@ -6849,7 +6239,7 @@ encoding@^0.1.12:
|
|
| 6849 |
dependencies:
|
| 6850 |
iconv-lite "^0.6.2"
|
| 6851 |
|
| 6852 |
-
end-of-stream@^1.
|
| 6853 |
version "1.4.4"
|
| 6854 |
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
|
| 6855 |
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
|
|
@@ -6873,9 +6263,9 @@ engine.io-client@~4.1.0:
|
|
| 6873 |
yeast "0.1.2"
|
| 6874 |
|
| 6875 |
engine.io-parser@~4.0.0, engine.io-parser@~4.0.1:
|
| 6876 |
-
version "4.0.
|
| 6877 |
-
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-4.0.
|
| 6878 |
-
integrity sha512-
|
| 6879 |
dependencies:
|
| 6880 |
base64-arraybuffer "0.1.4"
|
| 6881 |
|
|
@@ -6942,14 +6332,7 @@ err-code@^2.0.2:
|
|
| 6942 |
resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9"
|
| 6943 |
integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
|
| 6944 |
|
| 6945 |
-
|
| 6946 |
-
version "0.1.8"
|
| 6947 |
-
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f"
|
| 6948 |
-
integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==
|
| 6949 |
-
dependencies:
|
| 6950 |
-
prr "~1.0.1"
|
| 6951 |
-
|
| 6952 |
-
error-ex@^1.2.0, error-ex@^1.3.1:
|
| 6953 |
version "1.3.2"
|
| 6954 |
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
| 6955 |
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
|
|
@@ -6963,10 +6346,10 @@ error-stack-parser@^2.0.6:
|
|
| 6963 |
dependencies:
|
| 6964 |
stackframe "^1.1.1"
|
| 6965 |
|
| 6966 |
-
es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
|
| 6967 |
-
version "1.18.
|
| 6968 |
-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.
|
| 6969 |
-
integrity sha512-
|
| 6970 |
dependencies:
|
| 6971 |
call-bind "^1.0.2"
|
| 6972 |
es-to-primitive "^1.2.1"
|
|
@@ -6974,11 +6357,12 @@ es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-
|
|
| 6974 |
get-intrinsic "^1.1.1"
|
| 6975 |
has "^1.0.3"
|
| 6976 |
has-symbols "^1.0.2"
|
|
|
|
| 6977 |
is-callable "^1.2.3"
|
| 6978 |
is-negative-zero "^2.0.1"
|
| 6979 |
is-regex "^1.1.3"
|
| 6980 |
is-string "^1.0.6"
|
| 6981 |
-
object-inspect "^1.
|
| 6982 |
object-keys "^1.1.1"
|
| 6983 |
object.assign "^4.1.2"
|
| 6984 |
string.prototype.trimend "^1.0.4"
|
|
@@ -6999,10 +6383,10 @@ es-get-iterator@^1.1.1:
|
|
| 6999 |
is-string "^1.0.5"
|
| 7000 |
isarray "^2.0.5"
|
| 7001 |
|
| 7002 |
-
es-module-lexer@^0.
|
| 7003 |
-
version "0.
|
| 7004 |
-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.
|
| 7005 |
-
integrity sha512-
|
| 7006 |
|
| 7007 |
es-to-primitive@^1.2.1:
|
| 7008 |
version "1.2.1"
|
|
@@ -7086,26 +6470,26 @@ eslint-config-react-app@^6.0.0:
|
|
| 7086 |
dependencies:
|
| 7087 |
confusing-browser-globals "^1.0.10"
|
| 7088 |
|
| 7089 |
-
eslint-import-resolver-node@^0.3.
|
| 7090 |
-
version "0.3.
|
| 7091 |
-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.
|
| 7092 |
-
integrity sha512-
|
| 7093 |
dependencies:
|
| 7094 |
-
debug "^2.
|
| 7095 |
-
resolve "^1.
|
| 7096 |
|
| 7097 |
-
eslint-module-utils@^2.6.
|
| 7098 |
-
version "2.6.
|
| 7099 |
-
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.
|
| 7100 |
-
integrity sha512-
|
| 7101 |
dependencies:
|
| 7102 |
debug "^3.2.7"
|
| 7103 |
pkg-dir "^2.0.0"
|
| 7104 |
|
| 7105 |
-
eslint-plugin-flowtype@^5.
|
| 7106 |
-
version "5.
|
| 7107 |
-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.
|
| 7108 |
-
integrity sha512-
|
| 7109 |
dependencies:
|
| 7110 |
lodash "^4.17.15"
|
| 7111 |
string-natural-compare "^3.0.1"
|
|
@@ -7120,26 +6504,26 @@ eslint-plugin-graphql@^4.0.0:
|
|
| 7120 |
lodash.flatten "^4.4.0"
|
| 7121 |
lodash.without "^4.4.0"
|
| 7122 |
|
| 7123 |
-
eslint-plugin-import@^2.
|
| 7124 |
-
version "2.
|
| 7125 |
-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.
|
| 7126 |
-
integrity sha512-
|
| 7127 |
dependencies:
|
| 7128 |
array-includes "^3.1.3"
|
| 7129 |
array.prototype.flat "^1.2.4"
|
| 7130 |
debug "^2.6.9"
|
| 7131 |
doctrine "^2.1.0"
|
| 7132 |
-
eslint-import-resolver-node "^0.3.
|
| 7133 |
-
eslint-module-utils "^2.6.
|
| 7134 |
find-up "^2.0.0"
|
| 7135 |
has "^1.0.3"
|
| 7136 |
-
is-core-module "^2.
|
| 7137 |
minimatch "^3.0.4"
|
| 7138 |
-
object.values "^1.1.
|
| 7139 |
pkg-up "^2.0.0"
|
| 7140 |
read-pkg-up "^3.0.0"
|
| 7141 |
resolve "^1.20.0"
|
| 7142 |
-
tsconfig-paths "^3.
|
| 7143 |
|
| 7144 |
eslint-plugin-jsx-a11y@^6.4.1:
|
| 7145 |
version "6.4.1"
|
|
@@ -7163,14 +6547,15 @@ eslint-plugin-react-hooks@^4.2.0:
|
|
| 7163 |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
|
| 7164 |
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
|
| 7165 |
|
| 7166 |
-
eslint-plugin-react@^7.
|
| 7167 |
-
version "7.
|
| 7168 |
-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.
|
| 7169 |
-
integrity sha512-
|
| 7170 |
dependencies:
|
| 7171 |
array-includes "^3.1.3"
|
| 7172 |
array.prototype.flatmap "^1.2.4"
|
| 7173 |
doctrine "^2.1.0"
|
|
|
|
| 7174 |
has "^1.0.3"
|
| 7175 |
jsx-ast-utils "^2.4.1 || ^3.0.0"
|
| 7176 |
minimatch "^3.0.4"
|
|
@@ -7213,7 +6598,7 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
|
|
| 7213 |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
| 7214 |
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
| 7215 |
|
| 7216 |
-
eslint-webpack-plugin@^2.5.
|
| 7217 |
version "2.5.4"
|
| 7218 |
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
|
| 7219 |
integrity sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==
|
|
@@ -7225,13 +6610,14 @@ eslint-webpack-plugin@^2.5.3:
|
|
| 7225 |
normalize-path "^3.0.0"
|
| 7226 |
schema-utils "^3.0.0"
|
| 7227 |
|
| 7228 |
-
eslint@^7.
|
| 7229 |
-
version "7.
|
| 7230 |
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.
|
| 7231 |
-
integrity sha512-
|
| 7232 |
dependencies:
|
| 7233 |
"@babel/code-frame" "7.12.11"
|
| 7234 |
-
"@eslint/eslintrc" "^0.4.
|
|
|
|
| 7235 |
ajv "^6.10.0"
|
| 7236 |
chalk "^4.0.0"
|
| 7237 |
cross-spawn "^7.0.2"
|
|
@@ -7339,9 +6725,9 @@ event-emitter@^0.3.5:
|
|
| 7339 |
es5-ext "~0.10.14"
|
| 7340 |
|
| 7341 |
event-source-polyfill@^1.0.15:
|
| 7342 |
-
version "1.0.
|
| 7343 |
-
resolved "https://registry.yarnpkg.com/event-source-polyfill/-/event-source-polyfill-1.0.
|
| 7344 |
-
integrity sha512-
|
| 7345 |
|
| 7346 |
event-target-shim@^5.0.0:
|
| 7347 |
version "5.0.1"
|
|
@@ -7368,26 +6754,6 @@ events@^3.2.0:
|
|
| 7368 |
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
|
| 7369 |
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
|
| 7370 |
|
| 7371 |
-
eventsource@^1.0.7:
|
| 7372 |
-
version "1.1.0"
|
| 7373 |
-
resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-1.1.0.tgz#00e8ca7c92109e94b0ddf32dac677d841028cfaf"
|
| 7374 |
-
integrity sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==
|
| 7375 |
-
dependencies:
|
| 7376 |
-
original "^1.0.0"
|
| 7377 |
-
|
| 7378 |
-
execa@^0.7.0:
|
| 7379 |
-
version "0.7.0"
|
| 7380 |
-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
|
| 7381 |
-
integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
|
| 7382 |
-
dependencies:
|
| 7383 |
-
cross-spawn "^5.0.1"
|
| 7384 |
-
get-stream "^3.0.0"
|
| 7385 |
-
is-stream "^1.1.0"
|
| 7386 |
-
npm-run-path "^2.0.0"
|
| 7387 |
-
p-finally "^1.0.0"
|
| 7388 |
-
signal-exit "^3.0.0"
|
| 7389 |
-
strip-eof "^1.0.0"
|
| 7390 |
-
|
| 7391 |
execa@^1.0.0:
|
| 7392 |
version "1.0.0"
|
| 7393 |
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
|
|
@@ -7401,21 +6767,6 @@ execa@^1.0.0:
|
|
| 7401 |
signal-exit "^3.0.0"
|
| 7402 |
strip-eof "^1.0.0"
|
| 7403 |
|
| 7404 |
-
execa@^4.0.0:
|
| 7405 |
-
version "4.1.0"
|
| 7406 |
-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
|
| 7407 |
-
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
|
| 7408 |
-
dependencies:
|
| 7409 |
-
cross-spawn "^7.0.0"
|
| 7410 |
-
get-stream "^5.0.0"
|
| 7411 |
-
human-signals "^1.1.1"
|
| 7412 |
-
is-stream "^2.0.0"
|
| 7413 |
-
merge-stream "^2.0.0"
|
| 7414 |
-
npm-run-path "^4.0.0"
|
| 7415 |
-
onetime "^5.1.0"
|
| 7416 |
-
signal-exit "^3.0.2"
|
| 7417 |
-
strip-final-newline "^2.0.0"
|
| 7418 |
-
|
| 7419 |
execa@^5.0.0, execa@^5.1.1:
|
| 7420 |
version "5.1.1"
|
| 7421 |
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
|
@@ -7431,13 +6782,6 @@ execa@^5.0.0, execa@^5.1.1:
|
|
| 7431 |
signal-exit "^3.0.3"
|
| 7432 |
strip-final-newline "^2.0.0"
|
| 7433 |
|
| 7434 |
-
executable@^4.1.0:
|
| 7435 |
-
version "4.1.1"
|
| 7436 |
-
resolved "https://registry.yarnpkg.com/executable/-/executable-4.1.1.tgz#41532bff361d3e57af4d763b70582db18f5d133c"
|
| 7437 |
-
integrity sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==
|
| 7438 |
-
dependencies:
|
| 7439 |
-
pify "^2.2.0"
|
| 7440 |
-
|
| 7441 |
exenv@^1.2.0, exenv@^1.2.2:
|
| 7442 |
version "1.2.2"
|
| 7443 |
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
|
|
@@ -7512,27 +6856,12 @@ express@^4.17.1:
|
|
| 7512 |
utils-merge "1.0.1"
|
| 7513 |
vary "~1.1.2"
|
| 7514 |
|
| 7515 |
-
ext-list@^2.0.0:
|
| 7516 |
-
version "2.2.2"
|
| 7517 |
-
resolved "https://registry.yarnpkg.com/ext-list/-/ext-list-2.2.2.tgz#0b98e64ed82f5acf0f2931babf69212ef52ddd37"
|
| 7518 |
-
integrity sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==
|
| 7519 |
-
dependencies:
|
| 7520 |
-
mime-db "^1.28.0"
|
| 7521 |
-
|
| 7522 |
-
ext-name@^5.0.0:
|
| 7523 |
-
version "5.0.0"
|
| 7524 |
-
resolved "https://registry.yarnpkg.com/ext-name/-/ext-name-5.0.0.tgz#70781981d183ee15d13993c8822045c506c8f0a6"
|
| 7525 |
-
integrity sha512-yblEwXAbGv1VQDmow7s38W77hzAgJAO50ztBLMcUyUBfxv1HC+LGwtiEN+Co6LtlqT/5uwVOxsD4TNIilWhwdQ==
|
| 7526 |
-
dependencies:
|
| 7527 |
-
ext-list "^2.0.0"
|
| 7528 |
-
sort-keys-length "^1.0.0"
|
| 7529 |
-
|
| 7530 |
ext@^1.1.2:
|
| 7531 |
-
version "1.
|
| 7532 |
-
resolved "https://registry.yarnpkg.com/ext/-/ext-1.
|
| 7533 |
-
integrity sha512
|
| 7534 |
dependencies:
|
| 7535 |
-
type "^2.
|
| 7536 |
|
| 7537 |
extend-shallow@^2.0.1:
|
| 7538 |
version "2.0.1"
|
|
@@ -7603,16 +6932,15 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
| 7603 |
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
| 7604 |
|
| 7605 |
fast-glob@^3.0.3, fast-glob@^3.1.1:
|
| 7606 |
-
version "3.2.
|
| 7607 |
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.
|
| 7608 |
-
integrity sha512-
|
| 7609 |
dependencies:
|
| 7610 |
"@nodelib/fs.stat" "^2.0.2"
|
| 7611 |
"@nodelib/fs.walk" "^1.2.3"
|
| 7612 |
-
glob-parent "^5.1.
|
| 7613 |
merge2 "^1.3.0"
|
| 7614 |
-
micromatch "^4.0.
|
| 7615 |
-
picomatch "^2.2.1"
|
| 7616 |
|
| 7617 |
fast-json-stable-stringify@^2.0.0:
|
| 7618 |
version "2.1.0"
|
|
@@ -7630,39 +6958,17 @@ fastest-levenshtein@^1.0.12:
|
|
| 7630 |
integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==
|
| 7631 |
|
| 7632 |
fastq@^1.10.0, fastq@^1.6.0:
|
| 7633 |
-
version "1.
|
| 7634 |
-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.
|
| 7635 |
-
integrity sha512-
|
| 7636 |
dependencies:
|
| 7637 |
reusify "^1.0.4"
|
| 7638 |
|
| 7639 |
-
faye-websocket@^0.11.3:
|
| 7640 |
-
version "0.11.4"
|
| 7641 |
-
resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.11.4.tgz#7f0d9275cfdd86a1c963dc8b65fcc451edcbb1da"
|
| 7642 |
-
integrity sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==
|
| 7643 |
-
dependencies:
|
| 7644 |
-
websocket-driver ">=0.5.1"
|
| 7645 |
-
|
| 7646 |
-
fd-slicer@~1.1.0:
|
| 7647 |
-
version "1.1.0"
|
| 7648 |
-
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
|
| 7649 |
-
integrity sha1-JcfInLH5B3+IkbvmHY85Dq4lbx4=
|
| 7650 |
-
dependencies:
|
| 7651 |
-
pend "~1.2.0"
|
| 7652 |
-
|
| 7653 |
fd@~0.0.2:
|
| 7654 |
version "0.0.3"
|
| 7655 |
resolved "https://registry.yarnpkg.com/fd/-/fd-0.0.3.tgz#b3240de86dbf5a345baae7382a07d4713566ff0c"
|
| 7656 |
integrity sha512-iAHrIslQb3U68OcMSP0kkNWabp7sSN6d2TBSb2JO3gcLJVDd4owr/hKM4SFJovFOUeeXeItjYgouEDTMWiVAnA==
|
| 7657 |
|
| 7658 |
-
figures@^1.3.5:
|
| 7659 |
-
version "1.7.0"
|
| 7660 |
-
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
|
| 7661 |
-
integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=
|
| 7662 |
-
dependencies:
|
| 7663 |
-
escape-string-regexp "^1.0.5"
|
| 7664 |
-
object-assign "^4.1.0"
|
| 7665 |
-
|
| 7666 |
figures@^3.0.0:
|
| 7667 |
version "3.2.0"
|
| 7668 |
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
@@ -7685,70 +6991,26 @@ file-loader@^6.2.0:
|
|
| 7685 |
loader-utils "^2.0.0"
|
| 7686 |
schema-utils "^3.0.0"
|
| 7687 |
|
| 7688 |
-
file-type
|
| 7689 |
-
version "5.
|
| 7690 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-5.
|
| 7691 |
-
integrity
|
| 7692 |
-
|
| 7693 |
-
file-type@^12.0.0:
|
| 7694 |
-
version "12.4.2"
|
| 7695 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.4.2.tgz#a344ea5664a1d01447ee7fb1b635f72feb6169d9"
|
| 7696 |
-
integrity sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==
|
| 7697 |
-
|
| 7698 |
-
file-type@^16.0.0, file-type@^16.2.0:
|
| 7699 |
-
version "16.5.0"
|
| 7700 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.0.tgz#16a2626f3b33bac612f6e81e52216f3a7c8e12a2"
|
| 7701 |
-
integrity sha512-OxgWA9tbL8N/WP00GD1z8O0MiwQKFyWRs1q+3FhjdvcGgKqwxcejyGWso3n4/IMU6DdwV+ARZ4A7TTnPkDcSiw==
|
| 7702 |
dependencies:
|
| 7703 |
readable-web-to-node-stream "^3.0.0"
|
| 7704 |
-
strtok3 "^6.
|
| 7705 |
-
token-types "^
|
| 7706 |
-
|
| 7707 |
-
file-type@^3.8.0:
|
| 7708 |
-
version "3.9.0"
|
| 7709 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
|
| 7710 |
-
integrity sha1-JXoHg4TR24CHvESdEH1SpSZyuek=
|
| 7711 |
-
|
| 7712 |
-
file-type@^4.2.0:
|
| 7713 |
-
version "4.4.0"
|
| 7714 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-4.4.0.tgz#1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5"
|
| 7715 |
-
integrity sha1-G2AOX8ofvcboDApwxxyNul95BsU=
|
| 7716 |
-
|
| 7717 |
-
file-type@^6.1.0:
|
| 7718 |
-
version "6.2.0"
|
| 7719 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-6.2.0.tgz#e50cd75d356ffed4e306dc4f5bcf52a79903a919"
|
| 7720 |
-
integrity sha512-YPcTBDV+2Tm0VqjybVd32MHdlEGAtuxS3VAYsumFokDSMG+ROT5wawGlnHDoz7bfMcMDt9hxuXvXwoKUx2fkOg==
|
| 7721 |
-
|
| 7722 |
-
file-type@^8.1.0:
|
| 7723 |
-
version "8.1.0"
|
| 7724 |
-
resolved "https://registry.yarnpkg.com/file-type/-/file-type-8.1.0.tgz#244f3b7ef641bbe0cca196c7276e4b332399f68c"
|
| 7725 |
-
integrity sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==
|
| 7726 |
|
| 7727 |
file-type@^9.0.0:
|
| 7728 |
version "9.0.0"
|
| 7729 |
resolved "https://registry.yarnpkg.com/file-type/-/file-type-9.0.0.tgz#a68d5ad07f486414dfb2c8866f73161946714a18"
|
| 7730 |
integrity sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==
|
| 7731 |
|
| 7732 |
-
file-uri-to-path@1.0.0:
|
| 7733 |
-
version "1.0.0"
|
| 7734 |
-
resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd"
|
| 7735 |
-
integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==
|
| 7736 |
-
|
| 7737 |
filename-reserved-regex@^2.0.0:
|
| 7738 |
version "2.0.0"
|
| 7739 |
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
|
| 7740 |
integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik=
|
| 7741 |
|
| 7742 |
-
filenamify@^
|
| 7743 |
-
version "2.1.0"
|
| 7744 |
-
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-2.1.0.tgz#88faf495fb1b47abfd612300002a16228c677ee9"
|
| 7745 |
-
integrity sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==
|
| 7746 |
-
dependencies:
|
| 7747 |
-
filename-reserved-regex "^2.0.0"
|
| 7748 |
-
strip-outer "^1.0.0"
|
| 7749 |
-
trim-repeated "^1.0.0"
|
| 7750 |
-
|
| 7751 |
-
filenamify@^4.2.0:
|
| 7752 |
version "4.3.0"
|
| 7753 |
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.3.0.tgz#62391cb58f02b09971c9d4f9d63b3cf9aba03106"
|
| 7754 |
integrity sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==
|
|
@@ -7798,9 +7060,9 @@ finalhandler@~1.1.2:
|
|
| 7798 |
unpipe "~1.0.0"
|
| 7799 |
|
| 7800 |
find-cache-dir@^3.3.1:
|
| 7801 |
-
version "3.3.
|
| 7802 |
-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.
|
| 7803 |
-
integrity sha512-
|
| 7804 |
dependencies:
|
| 7805 |
commondir "^1.0.1"
|
| 7806 |
make-dir "^3.0.2"
|
|
@@ -7819,14 +7081,6 @@ find-up@4.1.0, find-up@^4.0.0, find-up@^4.1.0:
|
|
| 7819 |
locate-path "^5.0.0"
|
| 7820 |
path-exists "^4.0.0"
|
| 7821 |
|
| 7822 |
-
find-up@^1.0.0:
|
| 7823 |
-
version "1.1.2"
|
| 7824 |
-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
|
| 7825 |
-
integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
|
| 7826 |
-
dependencies:
|
| 7827 |
-
path-exists "^2.0.0"
|
| 7828 |
-
pinkie-promise "^2.0.0"
|
| 7829 |
-
|
| 7830 |
find-up@^2.0.0, find-up@^2.1.0:
|
| 7831 |
version "2.1.0"
|
| 7832 |
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
|
|
@@ -7841,13 +7095,6 @@ find-up@^3.0.0:
|
|
| 7841 |
dependencies:
|
| 7842 |
locate-path "^3.0.0"
|
| 7843 |
|
| 7844 |
-
find-versions@^3.0.0:
|
| 7845 |
-
version "3.2.0"
|
| 7846 |
-
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
|
| 7847 |
-
integrity sha512-P8WRou2S+oe222TOCHitLy8zj+SIsVJh52VP4lvXkaFVnOFFdoWv1H1Jjvel1aI6NCFOAaeAVm8qrI0odiLcww==
|
| 7848 |
-
dependencies:
|
| 7849 |
-
semver-regex "^2.0.0"
|
| 7850 |
-
|
| 7851 |
flat-cache@^3.0.4:
|
| 7852 |
version "3.0.4"
|
| 7853 |
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
|
|
@@ -7857,21 +7104,14 @@ flat-cache@^3.0.4:
|
|
| 7857 |
rimraf "^3.0.2"
|
| 7858 |
|
| 7859 |
flatted@^3.1.0:
|
| 7860 |
-
version "3.
|
| 7861 |
-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.
|
| 7862 |
-
integrity sha512-
|
| 7863 |
-
|
| 7864 |
-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
|
| 7865 |
-
version "1.14.1"
|
| 7866 |
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
|
| 7867 |
-
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
|
| 7868 |
|
| 7869 |
-
|
| 7870 |
-
version "
|
| 7871 |
-
resolved "https://registry.yarnpkg.com/
|
| 7872 |
-
integrity sha512-
|
| 7873 |
-
dependencies:
|
| 7874 |
-
is-callable "^1.1.3"
|
| 7875 |
|
| 7876 |
for-in@^1.0.1, for-in@^1.0.2:
|
| 7877 |
version "1.0.2"
|
|
@@ -8014,7 +7254,7 @@ fs-extra@^9.1.0:
|
|
| 8014 |
jsonfile "^6.0.1"
|
| 8015 |
universalify "^2.0.0"
|
| 8016 |
|
| 8017 |
-
fs-minipass@^1.2.
|
| 8018 |
version "1.2.7"
|
| 8019 |
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
|
| 8020 |
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
|
|
@@ -8038,14 +7278,6 @@ fs.realpath@^1.0.0:
|
|
| 8038 |
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
| 8039 |
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
| 8040 |
|
| 8041 |
-
fsevents@^1.2.7:
|
| 8042 |
-
version "1.2.13"
|
| 8043 |
-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
|
| 8044 |
-
integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==
|
| 8045 |
-
dependencies:
|
| 8046 |
-
bindings "^1.5.0"
|
| 8047 |
-
nan "^2.12.1"
|
| 8048 |
-
|
| 8049 |
fsevents@~2.3.2:
|
| 8050 |
version "2.3.2"
|
| 8051 |
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
|
@@ -8061,27 +7293,27 @@ functional-red-black-tree@^1.0.1:
|
|
| 8061 |
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
| 8062 |
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
| 8063 |
|
| 8064 |
-
gatsby-cli@^3.
|
| 8065 |
-
version "3.
|
| 8066 |
-
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.
|
| 8067 |
-
integrity sha512-
|
| 8068 |
dependencies:
|
| 8069 |
"@babel/code-frame" "^7.14.0"
|
| 8070 |
"@types/common-tags" "^1.8.0"
|
| 8071 |
better-opn "^2.0.0"
|
| 8072 |
-
chalk "^4.1.
|
| 8073 |
clipboardy "^2.3.0"
|
| 8074 |
common-tags "^1.8.0"
|
| 8075 |
configstore "^5.0.1"
|
| 8076 |
convert-hrtime "^3.0.0"
|
| 8077 |
-
create-gatsby "^1.
|
| 8078 |
envinfo "^7.7.3"
|
| 8079 |
execa "^5.1.1"
|
| 8080 |
fs-exists-cached "^1.0.0"
|
| 8081 |
fs-extra "^8.1.0"
|
| 8082 |
-
gatsby-core-utils "^2.
|
| 8083 |
-
gatsby-recipes "^0.
|
| 8084 |
-
gatsby-telemetry "^2.
|
| 8085 |
hosted-git-info "^3.0.6"
|
| 8086 |
is-valid-path "^0.1.1"
|
| 8087 |
joi "^17.4.0"
|
|
@@ -8105,78 +7337,78 @@ gatsby-cli@^3.10.0:
|
|
| 8105 |
yoga-layout-prebuilt "^1.9.6"
|
| 8106 |
yurnalist "^2.1.0"
|
| 8107 |
|
| 8108 |
-
gatsby-core-utils@^2.
|
| 8109 |
-
version "2.
|
| 8110 |
-
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.
|
| 8111 |
-
integrity sha512-
|
| 8112 |
dependencies:
|
| 8113 |
ci-info "2.0.0"
|
| 8114 |
configstore "^5.0.1"
|
| 8115 |
-
file-type "^16.
|
| 8116 |
fs-extra "^8.1.0"
|
| 8117 |
-
node-object-hash "^2.
|
| 8118 |
-
proper-lockfile "^4.1.
|
| 8119 |
tmp "^0.2.1"
|
| 8120 |
xdg-basedir "^4.0.0"
|
| 8121 |
|
| 8122 |
-
gatsby-graphiql-explorer@^1.
|
| 8123 |
-
version "1.
|
| 8124 |
-
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.
|
| 8125 |
-
integrity sha512-
|
| 8126 |
dependencies:
|
| 8127 |
-
"@babel/runtime" "^7.
|
| 8128 |
|
| 8129 |
-
gatsby-legacy-polyfills@^1.
|
| 8130 |
-
version "1.
|
| 8131 |
-
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.
|
| 8132 |
-
integrity sha512-
|
| 8133 |
dependencies:
|
| 8134 |
core-js-compat "3.9.0"
|
| 8135 |
|
| 8136 |
-
gatsby-link@^3.
|
| 8137 |
-
version "3.
|
| 8138 |
-
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.
|
| 8139 |
-
integrity sha512-
|
| 8140 |
dependencies:
|
| 8141 |
-
"@babel/runtime" "^7.14.
|
| 8142 |
-
"@types/reach__router" "^1.3.
|
| 8143 |
prop-types "^15.7.2"
|
| 8144 |
|
| 8145 |
-
gatsby-page-utils@^1.
|
| 8146 |
-
version "1.
|
| 8147 |
-
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.
|
| 8148 |
-
integrity sha512-
|
| 8149 |
dependencies:
|
| 8150 |
-
"@babel/runtime" "^7.14.
|
| 8151 |
bluebird "^3.7.2"
|
| 8152 |
chokidar "^3.5.1"
|
| 8153 |
fs-exists-cached "^1.0.0"
|
| 8154 |
-
gatsby-core-utils "^2.
|
| 8155 |
-
glob "^7.1.
|
| 8156 |
lodash "^4.17.21"
|
| 8157 |
-
micromatch "^4.0.
|
| 8158 |
|
| 8159 |
-
gatsby-plugin-algolia@^0.22.
|
| 8160 |
-
version "0.22.
|
| 8161 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.22.
|
| 8162 |
-
integrity sha512-
|
| 8163 |
dependencies:
|
| 8164 |
algoliasearch "^4.9.1"
|
| 8165 |
deep-equal "^2.0.5"
|
| 8166 |
lodash.chunk "^4.2.0"
|
| 8167 |
|
| 8168 |
-
gatsby-plugin-catch-links@^3.
|
| 8169 |
-
version "3.
|
| 8170 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-3.
|
| 8171 |
-
integrity sha512-
|
| 8172 |
dependencies:
|
| 8173 |
-
"@babel/runtime" "^7.14.
|
| 8174 |
escape-string-regexp "^1.0.5"
|
| 8175 |
|
| 8176 |
-
gatsby-plugin-disqus@^1.2.
|
| 8177 |
-
version "1.2.
|
| 8178 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-disqus/-/gatsby-plugin-disqus-1.2.
|
| 8179 |
-
integrity sha512-
|
| 8180 |
|
| 8181 |
gatsby-plugin-emotion@4.5.0:
|
| 8182 |
version "4.5.0"
|
|
@@ -8186,21 +7418,21 @@ gatsby-plugin-emotion@4.5.0:
|
|
| 8186 |
"@babel/runtime" "^7.12.5"
|
| 8187 |
"@emotion/babel-preset-css-prop" "^10.0.27"
|
| 8188 |
|
| 8189 |
-
gatsby-plugin-image@^1.
|
| 8190 |
-
version "1.
|
| 8191 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.
|
| 8192 |
-
integrity sha512-
|
| 8193 |
dependencies:
|
| 8194 |
"@babel/code-frame" "^7.14.0"
|
| 8195 |
-
"@babel/parser" "^7.14.
|
| 8196 |
-
"@babel/traverse" "^7.14.
|
| 8197 |
babel-jsx-utils "^1.1.0"
|
| 8198 |
-
babel-plugin-remove-graphql-queries "^3.
|
| 8199 |
camelcase "^5.3.1"
|
| 8200 |
chokidar "^3.5.1"
|
| 8201 |
common-tags "^1.8.0"
|
| 8202 |
fs-extra "^8.1.0"
|
| 8203 |
-
gatsby-core-utils "^2.
|
| 8204 |
objectFitPolyfill "^2.3.0"
|
| 8205 |
prop-types "^15.7.2"
|
| 8206 |
|
|
@@ -8223,29 +7455,29 @@ gatsby-plugin-mailchimp@^5.2.2:
|
|
| 8223 |
email-validator "^2.0.4"
|
| 8224 |
jsonp "^0.2.1"
|
| 8225 |
|
| 8226 |
-
gatsby-plugin-manifest@^3.
|
| 8227 |
-
version "3.
|
| 8228 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.
|
| 8229 |
-
integrity sha512-
|
| 8230 |
dependencies:
|
| 8231 |
-
"@babel/runtime" "^7.14.
|
| 8232 |
-
gatsby-core-utils "^2.
|
| 8233 |
-
gatsby-plugin-utils "^1.
|
| 8234 |
semver "^7.3.5"
|
| 8235 |
-
sharp "^0.
|
| 8236 |
|
| 8237 |
-
gatsby-plugin-mdx@^2.
|
| 8238 |
-
version "2.
|
| 8239 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.
|
| 8240 |
-
integrity sha512-
|
| 8241 |
dependencies:
|
| 8242 |
-
"@babel/core" "^7.14.
|
| 8243 |
-
"@babel/generator" "^7.14.
|
| 8244 |
"@babel/helper-plugin-utils" "^7.14.0"
|
| 8245 |
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
|
| 8246 |
-
"@babel/preset-env" "^7.14.
|
| 8247 |
"@babel/preset-react" "^7.14.0"
|
| 8248 |
-
"@babel/types" "^7.14.
|
| 8249 |
camelcase-css "^2.0.1"
|
| 8250 |
change-case "^3.1.0"
|
| 8251 |
core-js "^3.6.5"
|
|
@@ -8254,7 +7486,7 @@ gatsby-plugin-mdx@^2.10.1:
|
|
| 8254 |
escape-string-regexp "^1.0.5"
|
| 8255 |
eval "^0.1.4"
|
| 8256 |
fs-extra "^8.1.0"
|
| 8257 |
-
gatsby-core-utils "^2.
|
| 8258 |
gray-matter "^4.0.2"
|
| 8259 |
json5 "^2.1.3"
|
| 8260 |
loader-utils "^1.4.0"
|
|
@@ -8276,70 +7508,68 @@ gatsby-plugin-mdx@^2.10.1:
|
|
| 8276 |
unist-util-remove "^1.0.3"
|
| 8277 |
unist-util-visit "^1.4.1"
|
| 8278 |
|
| 8279 |
-
gatsby-plugin-netlify@^3.
|
| 8280 |
-
version "3.
|
| 8281 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.
|
| 8282 |
-
integrity sha512-
|
| 8283 |
dependencies:
|
| 8284 |
-
"@babel/runtime" "^7.14.
|
| 8285 |
fs-extra "^8.1.0"
|
|
|
|
| 8286 |
kebab-hash "^0.1.2"
|
| 8287 |
lodash "^4.17.21"
|
| 8288 |
-
webpack-assets-manifest "^5.0.
|
| 8289 |
|
| 8290 |
-
gatsby-plugin-page-creator@^3.
|
| 8291 |
-
version "3.
|
| 8292 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.
|
| 8293 |
-
integrity sha512-
|
| 8294 |
dependencies:
|
| 8295 |
-
"@babel/traverse" "^7.14.
|
| 8296 |
"@sindresorhus/slugify" "^1.1.2"
|
| 8297 |
chokidar "^3.5.1"
|
| 8298 |
fs-exists-cached "^1.0.0"
|
| 8299 |
-
gatsby-core-utils "^2.
|
| 8300 |
-
gatsby-page-utils "^1.
|
| 8301 |
-
gatsby-telemetry "^2.
|
| 8302 |
-
globby "^11.0.
|
| 8303 |
lodash "^4.17.21"
|
| 8304 |
|
| 8305 |
-
gatsby-plugin-preconnect@1.2.
|
| 8306 |
-
version "1.2.
|
| 8307 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-preconnect/-/gatsby-plugin-preconnect-1.2.
|
| 8308 |
-
integrity sha512-
|
| 8309 |
dependencies:
|
| 8310 |
"@babel/runtime" "^7.4.3"
|
| 8311 |
|
| 8312 |
-
gatsby-plugin-react-helmet@^4.
|
| 8313 |
-
version "4.
|
| 8314 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.
|
| 8315 |
-
integrity sha512-
|
| 8316 |
dependencies:
|
| 8317 |
-
"@babel/runtime" "^7.14.
|
| 8318 |
|
| 8319 |
-
gatsby-plugin-sharp@^3.
|
| 8320 |
-
version "3.
|
| 8321 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.
|
| 8322 |
-
integrity sha512-
|
| 8323 |
dependencies:
|
| 8324 |
-
"@babel/runtime" "^7.14.
|
| 8325 |
async "^3.2.0"
|
| 8326 |
bluebird "^3.7.2"
|
| 8327 |
-
filenamify "^4.
|
| 8328 |
fs-extra "^9.1.0"
|
| 8329 |
-
gatsby-core-utils "^2.
|
| 8330 |
-
gatsby-plugin-utils "^1.
|
| 8331 |
-
gatsby-telemetry "^2.
|
| 8332 |
got "^10.7.0"
|
| 8333 |
-
imagemin "^7.0.1"
|
| 8334 |
-
imagemin-mozjpeg "^9.0.0"
|
| 8335 |
-
imagemin-pngquant "^9.0.1"
|
| 8336 |
lodash "^4.17.21"
|
| 8337 |
-
mini-svg-data-uri "^1.
|
| 8338 |
potrace "^2.1.8"
|
| 8339 |
probe-image-size "^6.0.0"
|
| 8340 |
progress "^2.0.3"
|
| 8341 |
semver "^7.3.4"
|
| 8342 |
-
sharp "^0.
|
| 8343 |
svgo "1.3.2"
|
| 8344 |
uuid "3.4.0"
|
| 8345 |
|
|
@@ -8350,23 +7580,23 @@ gatsby-plugin-smoothscroll@^1.2.0:
|
|
| 8350 |
dependencies:
|
| 8351 |
smoothscroll-polyfill "^0.4.4"
|
| 8352 |
|
| 8353 |
-
gatsby-plugin-typescript@^3.
|
| 8354 |
-
version "3.
|
| 8355 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.
|
| 8356 |
-
integrity sha512-
|
| 8357 |
dependencies:
|
| 8358 |
-
"@babel/core" "^7.14.
|
| 8359 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
| 8360 |
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
|
| 8361 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 8362 |
"@babel/preset-typescript" "^7.14.0"
|
| 8363 |
-
"@babel/runtime" "^7.14.
|
| 8364 |
-
babel-plugin-remove-graphql-queries "^3.
|
| 8365 |
|
| 8366 |
-
gatsby-plugin-utils@^1.
|
| 8367 |
-
version "1.
|
| 8368 |
-
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.
|
| 8369 |
-
integrity sha512-
|
| 8370 |
dependencies:
|
| 8371 |
joi "^17.2.1"
|
| 8372 |
|
|
@@ -8378,26 +7608,26 @@ gatsby-plugin-web-font-loader@^1.0.4:
|
|
| 8378 |
babel-runtime "^6.26.0"
|
| 8379 |
webfontloader "^1.6.28"
|
| 8380 |
|
| 8381 |
-
gatsby-react-router-scroll@^4.
|
| 8382 |
-
version "4.
|
| 8383 |
-
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.
|
| 8384 |
-
integrity sha512-
|
| 8385 |
dependencies:
|
| 8386 |
-
"@babel/runtime" "^7.14.
|
| 8387 |
|
| 8388 |
-
gatsby-recipes@^0.
|
| 8389 |
-
version "0.
|
| 8390 |
-
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.
|
| 8391 |
-
integrity sha512-
|
| 8392 |
dependencies:
|
| 8393 |
-
"@babel/core" "^7.14.
|
| 8394 |
-
"@babel/generator" "^7.14.
|
| 8395 |
"@babel/helper-plugin-utils" "^7.14.0"
|
| 8396 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 8397 |
-
"@babel/plugin-transform-react-jsx" "^7.14.
|
| 8398 |
-
"@babel/standalone" "^7.14.
|
| 8399 |
"@babel/template" "^7.14.0"
|
| 8400 |
-
"@babel/types" "^7.14.
|
| 8401 |
"@graphql-tools/schema" "^7.0.0"
|
| 8402 |
"@graphql-tools/utils" "^7.0.2"
|
| 8403 |
"@hapi/hoek" "8.x.x"
|
|
@@ -8413,8 +7643,8 @@ gatsby-recipes@^0.21.0:
|
|
| 8413 |
express "^4.17.1"
|
| 8414 |
express-graphql "^0.12.0"
|
| 8415 |
fs-extra "^8.1.0"
|
| 8416 |
-
gatsby-core-utils "^2.
|
| 8417 |
-
gatsby-telemetry "^2.
|
| 8418 |
glob "^7.1.6"
|
| 8419 |
graphql "^15.4.0"
|
| 8420 |
graphql-compose "~7.25.0"
|
|
@@ -8449,13 +7679,13 @@ gatsby-recipes@^0.21.0:
|
|
| 8449 |
xstate "^4.9.1"
|
| 8450 |
yoga-layout-prebuilt "^1.9.6"
|
| 8451 |
|
| 8452 |
-
gatsby-remark-copy-linked-files@^4.
|
| 8453 |
-
version "4.
|
| 8454 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.
|
| 8455 |
-
integrity sha512-
|
| 8456 |
dependencies:
|
| 8457 |
-
"@babel/runtime" "^7.14.
|
| 8458 |
-
cheerio "^1.0.0-rc.
|
| 8459 |
fs-extra "^8.1.0"
|
| 8460 |
is-relative-url "^3.0.0"
|
| 8461 |
lodash "^4.17.21"
|
|
@@ -8472,15 +7702,15 @@ gatsby-remark-embed-video@^3.1.1:
|
|
| 8472 |
remark-burger "^1.0.1"
|
| 8473 |
unist-util-visit "^2.0.3"
|
| 8474 |
|
| 8475 |
-
gatsby-remark-images@^5.
|
| 8476 |
-
version "5.
|
| 8477 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-5.
|
| 8478 |
-
integrity sha512-
|
| 8479 |
dependencies:
|
| 8480 |
-
"@babel/runtime" "^7.14.
|
| 8481 |
-
chalk "^4.1.
|
| 8482 |
-
cheerio "^1.0.0-rc.
|
| 8483 |
-
gatsby-core-utils "^2.
|
| 8484 |
is-relative-url "^3.0.0"
|
| 8485 |
lodash "^4.17.21"
|
| 8486 |
mdast-util-definitions "^4.0.0"
|
|
@@ -8489,114 +7719,114 @@ gatsby-remark-images@^5.7.0:
|
|
| 8489 |
unist-util-select "^3.0.4"
|
| 8490 |
unist-util-visit-parents "^3.1.1"
|
| 8491 |
|
| 8492 |
-
gatsby-remark-responsive-iframe@^4.
|
| 8493 |
-
version "4.
|
| 8494 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.
|
| 8495 |
-
integrity sha512-
|
| 8496 |
dependencies:
|
| 8497 |
-
"@babel/runtime" "^7.14.
|
| 8498 |
-
cheerio "^1.0.0-rc.
|
| 8499 |
common-tags "^1.8.0"
|
| 8500 |
lodash "^4.17.21"
|
| 8501 |
unist-util-visit "^2.0.3"
|
| 8502 |
|
| 8503 |
-
gatsby-remark-smartypants@^4.
|
| 8504 |
-
version "4.
|
| 8505 |
-
resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.
|
| 8506 |
-
integrity sha512-
|
| 8507 |
dependencies:
|
| 8508 |
-
"@babel/runtime" "^7.14.
|
| 8509 |
retext "^7.0.1"
|
| 8510 |
retext-smartypants "^4.0.0"
|
| 8511 |
unist-util-visit "^2.0.3"
|
| 8512 |
|
| 8513 |
-
gatsby-source-filesystem@^3.
|
| 8514 |
-
version "3.
|
| 8515 |
-
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.
|
| 8516 |
-
integrity sha512-
|
| 8517 |
dependencies:
|
| 8518 |
-
"@babel/runtime" "^7.14.
|
| 8519 |
better-queue "^3.8.10"
|
| 8520 |
chokidar "^3.4.3"
|
| 8521 |
file-type "^16.0.0"
|
| 8522 |
fs-extra "^8.1.0"
|
| 8523 |
-
gatsby-core-utils "^2.
|
| 8524 |
got "^9.6.0"
|
| 8525 |
md5-file "^5.0.0"
|
| 8526 |
-
mime "^2.
|
| 8527 |
pretty-bytes "^5.4.1"
|
| 8528 |
progress "^2.0.3"
|
| 8529 |
valid-url "^1.0.9"
|
| 8530 |
xstate "^4.14.0"
|
| 8531 |
|
| 8532 |
-
gatsby-telemetry@^2.
|
| 8533 |
-
version "2.
|
| 8534 |
-
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.
|
| 8535 |
-
integrity sha512-
|
| 8536 |
dependencies:
|
| 8537 |
"@babel/code-frame" "^7.14.0"
|
| 8538 |
-
"@babel/runtime" "^7.14.
|
| 8539 |
"@turist/fetch" "^7.1.7"
|
| 8540 |
-
"@turist/time" "^0.0.
|
| 8541 |
async-retry-ng "^2.0.1"
|
| 8542 |
boxen "^4.2.0"
|
| 8543 |
configstore "^5.0.1"
|
| 8544 |
fs-extra "^8.1.0"
|
| 8545 |
-
gatsby-core-utils "^2.
|
| 8546 |
-
git-up "^4.0.
|
| 8547 |
-
is-docker "^2.
|
| 8548 |
lodash "^4.17.21"
|
| 8549 |
node-fetch "^2.6.1"
|
| 8550 |
uuid "3.4.0"
|
| 8551 |
|
| 8552 |
-
gatsby-transformer-json@^3.
|
| 8553 |
-
version "3.
|
| 8554 |
-
resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-3.
|
| 8555 |
-
integrity sha512-
|
| 8556 |
dependencies:
|
| 8557 |
-
"@babel/runtime" "^7.14.
|
| 8558 |
bluebird "^3.7.2"
|
| 8559 |
|
| 8560 |
-
gatsby-transformer-sharp@^3.
|
| 8561 |
-
version "3.
|
| 8562 |
-
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.
|
| 8563 |
-
integrity sha512-
|
| 8564 |
dependencies:
|
| 8565 |
-
"@babel/runtime" "^7.14.
|
| 8566 |
bluebird "^3.7.2"
|
| 8567 |
common-tags "^1.8.0"
|
| 8568 |
fs-extra "^9.1.0"
|
| 8569 |
potrace "^2.1.8"
|
| 8570 |
probe-image-size "^6.0.0"
|
| 8571 |
-
semver "^7.3.
|
| 8572 |
-
sharp "^0.
|
| 8573 |
|
| 8574 |
-
gatsby-worker@^0.
|
| 8575 |
-
version "0.
|
| 8576 |
-
resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-0.
|
| 8577 |
-
integrity sha512-
|
| 8578 |
dependencies:
|
| 8579 |
-
"@babel/core" "^7.14.
|
| 8580 |
|
| 8581 |
-
gatsby@^3.
|
| 8582 |
-
version "3.
|
| 8583 |
-
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.
|
| 8584 |
-
integrity sha512-
|
| 8585 |
dependencies:
|
| 8586 |
"@babel/code-frame" "^7.14.0"
|
| 8587 |
-
"@babel/core" "^7.14.
|
| 8588 |
-
"@babel/eslint-parser" "^7.14.
|
| 8589 |
-
"@babel/parser" "^7.14.
|
| 8590 |
-
"@babel/runtime" "^7.14.
|
| 8591 |
-
"@babel/traverse" "^7.14.
|
| 8592 |
-
"@babel/types" "^7.14.
|
| 8593 |
"@gatsbyjs/reach-router" "^1.3.6"
|
| 8594 |
"@gatsbyjs/webpack-hot-middleware" "^2.25.2"
|
| 8595 |
"@nodelib/fs.walk" "^1.2.4"
|
| 8596 |
"@pmmmwh/react-refresh-webpack-plugin" "^0.4.3"
|
| 8597 |
"@types/http-proxy" "^1.17.4"
|
| 8598 |
-
"@typescript-eslint/eslint-plugin" "^4.
|
| 8599 |
-
"@typescript-eslint/parser" "^4.
|
| 8600 |
address "1.1.2"
|
| 8601 |
anser "^2.0.1"
|
| 8602 |
autoprefixer "^10.2.4"
|
|
@@ -8605,19 +7835,18 @@ gatsby@^3.10.2:
|
|
| 8605 |
babel-plugin-add-module-exports "^1.0.4"
|
| 8606 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 8607 |
babel-plugin-lodash "^3.3.4"
|
| 8608 |
-
babel-plugin-remove-graphql-queries "^3.
|
| 8609 |
-
babel-preset-gatsby "^1.
|
| 8610 |
better-opn "^2.0.0"
|
| 8611 |
bluebird "^3.7.2"
|
| 8612 |
body-parser "^1.19.0"
|
| 8613 |
browserslist "^4.12.2"
|
| 8614 |
cache-manager "^2.11.1"
|
| 8615 |
-
chalk "^4.1.
|
| 8616 |
chokidar "^3.4.2"
|
| 8617 |
common-tags "^1.8.0"
|
| 8618 |
compression "^1.7.4"
|
| 8619 |
cookie "^0.4.1"
|
| 8620 |
-
copyfiles "^2.3.0"
|
| 8621 |
core-js "^3.9.0"
|
| 8622 |
cors "^2.8.5"
|
| 8623 |
css-loader "^5.0.1"
|
|
@@ -8629,15 +7858,15 @@ gatsby@^3.10.2:
|
|
| 8629 |
detect-port "^1.3.0"
|
| 8630 |
devcert "^1.1.3"
|
| 8631 |
dotenv "^8.2.0"
|
| 8632 |
-
eslint "^7.
|
| 8633 |
eslint-config-react-app "^6.0.0"
|
| 8634 |
-
eslint-plugin-flowtype "^5.
|
| 8635 |
eslint-plugin-graphql "^4.0.0"
|
| 8636 |
-
eslint-plugin-import "^2.
|
| 8637 |
eslint-plugin-jsx-a11y "^6.4.1"
|
| 8638 |
-
eslint-plugin-react "^7.
|
| 8639 |
eslint-plugin-react-hooks "^4.2.0"
|
| 8640 |
-
eslint-webpack-plugin "^2.5.
|
| 8641 |
event-source-polyfill "^1.0.15"
|
| 8642 |
execa "^5.1.1"
|
| 8643 |
express "^4.17.1"
|
|
@@ -8648,17 +7877,17 @@ gatsby@^3.10.2:
|
|
| 8648 |
find-cache-dir "^3.3.1"
|
| 8649 |
fs-exists-cached "1.0.0"
|
| 8650 |
fs-extra "^8.1.0"
|
| 8651 |
-
gatsby-cli "^3.
|
| 8652 |
-
gatsby-core-utils "^2.
|
| 8653 |
-
gatsby-graphiql-explorer "^1.
|
| 8654 |
-
gatsby-legacy-polyfills "^1.
|
| 8655 |
-
gatsby-link "^3.
|
| 8656 |
-
gatsby-plugin-page-creator "^3.
|
| 8657 |
-
gatsby-plugin-typescript "^3.
|
| 8658 |
-
gatsby-plugin-utils "^1.
|
| 8659 |
-
gatsby-react-router-scroll "^4.
|
| 8660 |
-
gatsby-telemetry "^2.
|
| 8661 |
-
gatsby-worker "^0.
|
| 8662 |
glob "^7.1.6"
|
| 8663 |
got "8.3.2"
|
| 8664 |
graphql "^15.4.0"
|
|
@@ -8671,7 +7900,6 @@ gatsby@^3.10.2:
|
|
| 8671 |
is-relative-url "^3.0.0"
|
| 8672 |
joi "^17.2.1"
|
| 8673 |
json-loader "^0.5.7"
|
| 8674 |
-
json-stringify-safe "^5.0.1"
|
| 8675 |
latest-version "5.1.0"
|
| 8676 |
lodash "^4.17.21"
|
| 8677 |
md5-file "^5.0.0"
|
|
@@ -8679,12 +7907,10 @@ gatsby@^3.10.2:
|
|
| 8679 |
memoizee "^0.4.15"
|
| 8680 |
micromatch "^4.0.2"
|
| 8681 |
mime "^2.4.6"
|
| 8682 |
-
mini-css-extract-plugin "1.6.
|
| 8683 |
mitt "^1.2.0"
|
| 8684 |
-
mkdirp "^0.5.1"
|
| 8685 |
moment "^2.27.0"
|
| 8686 |
multer "^1.4.2"
|
| 8687 |
-
name-all-modules-plugin "^1.0.1"
|
| 8688 |
normalize-path "^3.0.0"
|
| 8689 |
null-loader "^4.0.1"
|
| 8690 |
opentracing "^0.14.4"
|
|
@@ -8693,7 +7919,6 @@ gatsby@^3.10.2:
|
|
| 8693 |
path-to-regexp "0.1.7"
|
| 8694 |
physical-cpu-count "^2.0.0"
|
| 8695 |
platform "^1.3.6"
|
| 8696 |
-
pnp-webpack-plugin "^1.6.4"
|
| 8697 |
postcss "^8.3.5"
|
| 8698 |
postcss-flexbugs-fixes "^5.0.2"
|
| 8699 |
postcss-loader "^5.0.0"
|
|
@@ -8724,12 +7949,10 @@ gatsby@^3.10.2:
|
|
| 8724 |
"true-case-path" "^2.2.1"
|
| 8725 |
type-of "^2.0.1"
|
| 8726 |
url-loader "^4.1.1"
|
| 8727 |
-
util.promisify "^1.0.1"
|
| 8728 |
uuid "3.4.0"
|
| 8729 |
v8-compile-cache "^2.2.0"
|
| 8730 |
webpack "^5.35.0"
|
| 8731 |
webpack-dev-middleware "^4.1.0"
|
| 8732 |
-
webpack-dev-server "^3.11.2"
|
| 8733 |
webpack-merge "^5.7.3"
|
| 8734 |
webpack-stats-plugin "^1.0.3"
|
| 8735 |
webpack-virtual-modules "^0.3.2"
|
|
@@ -8769,16 +7992,15 @@ get-intrinsic@^1.0.1, get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@
|
|
| 8769 |
has "^1.0.3"
|
| 8770 |
has-symbols "^1.0.1"
|
| 8771 |
|
| 8772 |
-
get-pkg-repo@^
|
| 8773 |
-
version "
|
| 8774 |
-
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-
|
| 8775 |
-
integrity
|
| 8776 |
dependencies:
|
| 8777 |
-
|
| 8778 |
-
|
| 8779 |
-
normalize-package-data "^2.3.0"
|
| 8780 |
-
parse-github-repo-url "^1.3.0"
|
| 8781 |
through2 "^2.0.0"
|
|
|
|
| 8782 |
|
| 8783 |
get-port@^3.2.0:
|
| 8784 |
version "3.2.0"
|
|
@@ -8790,18 +8012,6 @@ get-port@^5.1.1:
|
|
| 8790 |
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
|
| 8791 |
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
|
| 8792 |
|
| 8793 |
-
get-proxy@^2.0.0:
|
| 8794 |
-
version "2.1.0"
|
| 8795 |
-
resolved "https://registry.yarnpkg.com/get-proxy/-/get-proxy-2.1.0.tgz#349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93"
|
| 8796 |
-
integrity sha512-zmZIaQTWnNQb4R4fJUEp/FC51eZsc6EkErspy3xtIYStaq8EB/hDIWipxsal+E8rz0qD7f2sL/NA9Xee4RInJw==
|
| 8797 |
-
dependencies:
|
| 8798 |
-
npm-conf "^1.1.0"
|
| 8799 |
-
|
| 8800 |
-
get-src@^1.0.1:
|
| 8801 |
-
version "1.0.1"
|
| 8802 |
-
resolved "https://registry.yarnpkg.com/get-src/-/get-src-1.0.1.tgz#ca11dbe4a93c7f3aa85cec95fcb0b2dfaa9539ee"
|
| 8803 |
-
integrity sha1-yhHb5Kk8fzqoXOyV/LCy36qVOe4=
|
| 8804 |
-
|
| 8805 |
get-stdin@^4.0.1:
|
| 8806 |
version "4.0.1"
|
| 8807 |
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
|
|
@@ -8812,14 +8022,6 @@ get-stream@3.0.0, get-stream@^3.0.0:
|
|
| 8812 |
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
|
| 8813 |
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
|
| 8814 |
|
| 8815 |
-
get-stream@^2.2.0:
|
| 8816 |
-
version "2.3.1"
|
| 8817 |
-
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-2.3.1.tgz#5f38f93f346009666ee0150a054167f91bdd95de"
|
| 8818 |
-
integrity sha1-Xzj5PzRgCWZu4BUKBUFn+Rvdld4=
|
| 8819 |
-
dependencies:
|
| 8820 |
-
object-assign "^4.0.1"
|
| 8821 |
-
pinkie-promise "^2.0.0"
|
| 8822 |
-
|
| 8823 |
get-stream@^4.0.0, get-stream@^4.1.0:
|
| 8824 |
version "4.1.0"
|
| 8825 |
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
|
|
@@ -8852,11 +8054,9 @@ get-value@^3.0.1:
|
|
| 8852 |
isobject "^3.0.1"
|
| 8853 |
|
| 8854 |
get-video-id@^3.1.9:
|
| 8855 |
-
version "3.
|
| 8856 |
-
resolved "https://registry.yarnpkg.com/get-video-id/-/get-video-id-3.
|
| 8857 |
-
integrity sha512-
|
| 8858 |
-
dependencies:
|
| 8859 |
-
get-src "^1.0.1"
|
| 8860 |
|
| 8861 |
getpass@^0.1.1:
|
| 8862 |
version "0.1.7"
|
|
@@ -8900,18 +8100,18 @@ git-semver-tags@^4.1.1:
|
|
| 8900 |
meow "^8.0.0"
|
| 8901 |
semver "^6.0.0"
|
| 8902 |
|
| 8903 |
-
git-up@^4.0.0, git-up@^4.0.
|
| 8904 |
-
version "4.0.
|
| 8905 |
-
resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.
|
| 8906 |
-
integrity sha512-
|
| 8907 |
dependencies:
|
| 8908 |
is-ssh "^1.3.0"
|
| 8909 |
-
parse-url "^
|
| 8910 |
|
| 8911 |
git-url-parse@^11.4.4:
|
| 8912 |
-
version "11.
|
| 8913 |
-
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.
|
| 8914 |
-
integrity sha512-
|
| 8915 |
dependencies:
|
| 8916 |
git-up "^4.0.0"
|
| 8917 |
|
|
@@ -8928,21 +8128,11 @@ github-from-package@0.0.0:
|
|
| 8928 |
integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=
|
| 8929 |
|
| 8930 |
github-slugger@^1.0.0, github-slugger@^1.2.1:
|
| 8931 |
-
version "1.
|
| 8932 |
-
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.
|
| 8933 |
-
integrity sha512-
|
| 8934 |
-
dependencies:
|
| 8935 |
-
emoji-regex ">=6.0.0 <=6.1.1"
|
| 8936 |
-
|
| 8937 |
-
glob-parent@^3.1.0:
|
| 8938 |
-
version "3.1.0"
|
| 8939 |
-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-3.1.0.tgz#9e6af6299d8d3bd2bd40430832bd113df906c5ae"
|
| 8940 |
-
integrity sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=
|
| 8941 |
-
dependencies:
|
| 8942 |
-
is-glob "^3.1.0"
|
| 8943 |
-
path-dirname "^1.0.0"
|
| 8944 |
|
| 8945 |
-
glob-parent@^5.1.
|
| 8946 |
version "5.1.2"
|
| 8947 |
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
| 8948 |
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
|
@@ -8954,7 +8144,7 @@ glob-to-regexp@^0.4.1:
|
|
| 8954 |
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
|
| 8955 |
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
|
| 8956 |
|
| 8957 |
-
glob@^7.
|
| 8958 |
version "7.1.7"
|
| 8959 |
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
| 8960 |
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
|
@@ -9003,9 +8193,9 @@ globals@^11.1.0:
|
|
| 9003 |
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
| 9004 |
|
| 9005 |
globals@^13.6.0, globals@^13.9.0:
|
| 9006 |
-
version "13.
|
| 9007 |
-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.
|
| 9008 |
-
integrity sha512-
|
| 9009 |
dependencies:
|
| 9010 |
type-fest "^0.20.2"
|
| 9011 |
|
|
@@ -9033,7 +8223,7 @@ globby@11.0.3:
|
|
| 9033 |
merge2 "^1.3.0"
|
| 9034 |
slash "^3.0.0"
|
| 9035 |
|
| 9036 |
-
globby@^10.0.
|
| 9037 |
version "10.0.2"
|
| 9038 |
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
|
| 9039 |
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
|
|
@@ -9047,7 +8237,7 @@ globby@^10.0.0, globby@^10.0.1:
|
|
| 9047 |
merge2 "^1.2.3"
|
| 9048 |
slash "^3.0.0"
|
| 9049 |
|
| 9050 |
-
globby@^11.0.2, globby@^11.0.3:
|
| 9051 |
version "11.0.4"
|
| 9052 |
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
|
| 9053 |
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
|
|
@@ -9059,17 +8249,6 @@ globby@^11.0.2, globby@^11.0.3:
|
|
| 9059 |
merge2 "^1.3.0"
|
| 9060 |
slash "^3.0.0"
|
| 9061 |
|
| 9062 |
-
globby@^6.1.0:
|
| 9063 |
-
version "6.1.0"
|
| 9064 |
-
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
|
| 9065 |
-
integrity sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=
|
| 9066 |
-
dependencies:
|
| 9067 |
-
array-union "^1.0.1"
|
| 9068 |
-
glob "^7.0.3"
|
| 9069 |
-
object-assign "^4.0.1"
|
| 9070 |
-
pify "^2.0.0"
|
| 9071 |
-
pinkie-promise "^2.0.0"
|
| 9072 |
-
|
| 9073 |
google-map-react@^2.1.10:
|
| 9074 |
version "2.1.10"
|
| 9075 |
resolved "https://registry.yarnpkg.com/google-map-react/-/google-map-react-2.1.10.tgz#16b5b699f257d6008dc9333d0bbbf1ab5b31fa42"
|
|
@@ -9080,7 +8259,7 @@ google-map-react@^2.1.10:
|
|
| 9080 |
eventemitter3 "^4.0.4"
|
| 9081 |
prop-types "^15.7.2"
|
| 9082 |
|
| 9083 |
-
got@8.3.2
|
| 9084 |
version "8.3.2"
|
| 9085 |
resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937"
|
| 9086 |
integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==
|
|
@@ -9124,26 +8303,6 @@ got@^10.7.0:
|
|
| 9124 |
to-readable-stream "^2.0.0"
|
| 9125 |
type-fest "^0.10.0"
|
| 9126 |
|
| 9127 |
-
got@^7.0.0:
|
| 9128 |
-
version "7.1.0"
|
| 9129 |
-
resolved "https://registry.yarnpkg.com/got/-/got-7.1.0.tgz#05450fd84094e6bbea56f451a43a9c289166385a"
|
| 9130 |
-
integrity sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==
|
| 9131 |
-
dependencies:
|
| 9132 |
-
decompress-response "^3.2.0"
|
| 9133 |
-
duplexer3 "^0.1.4"
|
| 9134 |
-
get-stream "^3.0.0"
|
| 9135 |
-
is-plain-obj "^1.1.0"
|
| 9136 |
-
is-retry-allowed "^1.0.0"
|
| 9137 |
-
is-stream "^1.0.0"
|
| 9138 |
-
isurl "^1.0.0-alpha5"
|
| 9139 |
-
lowercase-keys "^1.0.0"
|
| 9140 |
-
p-cancelable "^0.3.0"
|
| 9141 |
-
p-timeout "^1.1.1"
|
| 9142 |
-
safe-buffer "^5.0.1"
|
| 9143 |
-
timed-out "^4.0.0"
|
| 9144 |
-
url-parse-lax "^1.0.0"
|
| 9145 |
-
url-to-options "^1.0.1"
|
| 9146 |
-
|
| 9147 |
got@^9.6.0:
|
| 9148 |
version "9.6.0"
|
| 9149 |
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
|
|
@@ -9161,10 +8320,10 @@ got@^9.6.0:
|
|
| 9161 |
to-readable-stream "^1.0.0"
|
| 9162 |
url-parse-lax "^3.0.0"
|
| 9163 |
|
| 9164 |
-
graceful-fs@^4.1.
|
| 9165 |
-
version "4.2.
|
| 9166 |
-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.
|
| 9167 |
-
integrity sha512-
|
| 9168 |
|
| 9169 |
graphql-compose@~7.25.0:
|
| 9170 |
version "7.25.1"
|
|
@@ -9175,15 +8334,15 @@ graphql-compose@~7.25.0:
|
|
| 9175 |
object-path "0.11.5"
|
| 9176 |
|
| 9177 |
graphql-config@^3.0.2:
|
| 9178 |
-
version "3.
|
| 9179 |
-
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-3.
|
| 9180 |
-
integrity sha512-
|
| 9181 |
dependencies:
|
| 9182 |
"@endemolshinegroup/cosmiconfig-typescript-loader" "3.0.2"
|
| 9183 |
"@graphql-tools/graphql-file-loader" "^6.0.0"
|
| 9184 |
"@graphql-tools/json-file-loader" "^6.0.0"
|
| 9185 |
"@graphql-tools/load" "^6.0.0"
|
| 9186 |
-
"@graphql-tools/merge" "
|
| 9187 |
"@graphql-tools/url-loader" "^6.0.0"
|
| 9188 |
"@graphql-tools/utils" "^7.0.0"
|
| 9189 |
cosmiconfig "7.0.0"
|
|
@@ -9223,9 +8382,9 @@ graphql-ws@^4.4.1:
|
|
| 9223 |
integrity sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==
|
| 9224 |
|
| 9225 |
graphql@^15.4.0:
|
| 9226 |
-
version "15.5.
|
| 9227 |
-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.
|
| 9228 |
-
integrity sha512-
|
| 9229 |
|
| 9230 |
gray-matter@^4.0.2:
|
| 9231 |
version "4.0.3"
|
|
@@ -9257,11 +8416,6 @@ gzip-size@5.1.1:
|
|
| 9257 |
duplexer "^0.1.1"
|
| 9258 |
pify "^4.0.1"
|
| 9259 |
|
| 9260 |
-
handle-thing@^2.0.0:
|
| 9261 |
-
version "2.0.1"
|
| 9262 |
-
resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e"
|
| 9263 |
-
integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
|
| 9264 |
-
|
| 9265 |
handlebars@^4.7.6:
|
| 9266 |
version "4.7.7"
|
| 9267 |
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
|
|
@@ -9292,13 +8446,6 @@ hard-rejection@^2.1.0:
|
|
| 9292 |
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
|
| 9293 |
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
|
| 9294 |
|
| 9295 |
-
has-ansi@^2.0.0:
|
| 9296 |
-
version "2.0.0"
|
| 9297 |
-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
|
| 9298 |
-
integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=
|
| 9299 |
-
dependencies:
|
| 9300 |
-
ansi-regex "^2.0.0"
|
| 9301 |
-
|
| 9302 |
has-bigints@^1.0.1:
|
| 9303 |
version "1.0.1"
|
| 9304 |
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
|
|
@@ -9336,6 +8483,13 @@ has-to-string-tag-x@^1.2.0:
|
|
| 9336 |
dependencies:
|
| 9337 |
has-symbol-support-x "^1.4.1"
|
| 9338 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9339 |
has-unicode@^2.0.0, has-unicode@^2.0.1:
|
| 9340 |
version "2.0.1"
|
| 9341 |
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
|
@@ -9468,11 +8622,6 @@ header-case@^1.0.0:
|
|
| 9468 |
no-case "^2.2.0"
|
| 9469 |
upper-case "^1.1.3"
|
| 9470 |
|
| 9471 |
-
hex-color-regex@^1.1.0:
|
| 9472 |
-
version "1.1.0"
|
| 9473 |
-
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
|
| 9474 |
-
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==
|
| 9475 |
-
|
| 9476 |
hey-listen@^1.0.5, hey-listen@^1.0.8:
|
| 9477 |
version "1.0.8"
|
| 9478 |
resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68"
|
|
@@ -9510,33 +8659,13 @@ hosted-git-info@^3.0.6:
|
|
| 9510 |
dependencies:
|
| 9511 |
lru-cache "^6.0.0"
|
| 9512 |
|
| 9513 |
-
hosted-git-info@^4.0.1:
|
| 9514 |
version "4.0.2"
|
| 9515 |
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
|
| 9516 |
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
|
| 9517 |
dependencies:
|
| 9518 |
lru-cache "^6.0.0"
|
| 9519 |
|
| 9520 |
-
hpack.js@^2.1.6:
|
| 9521 |
-
version "2.1.6"
|
| 9522 |
-
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
|
| 9523 |
-
integrity sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=
|
| 9524 |
-
dependencies:
|
| 9525 |
-
inherits "^2.0.1"
|
| 9526 |
-
obuf "^1.0.0"
|
| 9527 |
-
readable-stream "^2.0.1"
|
| 9528 |
-
wbuf "^1.1.0"
|
| 9529 |
-
|
| 9530 |
-
hsl-regex@^1.0.0:
|
| 9531 |
-
version "1.0.0"
|
| 9532 |
-
resolved "https://registry.yarnpkg.com/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e"
|
| 9533 |
-
integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=
|
| 9534 |
-
|
| 9535 |
-
hsla-regex@^1.0.0:
|
| 9536 |
-
version "1.0.0"
|
| 9537 |
-
resolved "https://registry.yarnpkg.com/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38"
|
| 9538 |
-
integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg=
|
| 9539 |
-
|
| 9540 |
html-element@^2.0.0:
|
| 9541 |
version "2.3.1"
|
| 9542 |
resolved "https://registry.yarnpkg.com/html-element/-/html-element-2.3.1.tgz#5feb23dd5226467ef8c2faec51a5bf29c4ef5440"
|
|
@@ -9544,7 +8673,7 @@ html-element@^2.0.0:
|
|
| 9544 |
dependencies:
|
| 9545 |
class-list "~0.1.1"
|
| 9546 |
|
| 9547 |
-
html-entities@^1.2.1
|
| 9548 |
version "1.4.0"
|
| 9549 |
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc"
|
| 9550 |
integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==
|
|
@@ -9591,11 +8720,6 @@ http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0:
|
|
| 9591 |
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
|
| 9592 |
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
|
| 9593 |
|
| 9594 |
-
http-deceiver@^1.2.7:
|
| 9595 |
-
version "1.2.7"
|
| 9596 |
-
resolved "https://registry.yarnpkg.com/http-deceiver/-/http-deceiver-1.2.7.tgz#fa7168944ab9a519d337cb0bec7284dc3e723d87"
|
| 9597 |
-
integrity sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=
|
| 9598 |
-
|
| 9599 |
http-errors@1.7.2:
|
| 9600 |
version "1.7.2"
|
| 9601 |
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
|
|
@@ -9629,21 +8753,6 @@ http-errors@1.8.0:
|
|
| 9629 |
statuses ">= 1.5.0 < 2"
|
| 9630 |
toidentifier "1.0.0"
|
| 9631 |
|
| 9632 |
-
http-errors@~1.6.2:
|
| 9633 |
-
version "1.6.3"
|
| 9634 |
-
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
|
| 9635 |
-
integrity sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=
|
| 9636 |
-
dependencies:
|
| 9637 |
-
depd "~1.1.2"
|
| 9638 |
-
inherits "2.0.3"
|
| 9639 |
-
setprototypeof "1.1.0"
|
| 9640 |
-
statuses ">= 1.4.0 < 2"
|
| 9641 |
-
|
| 9642 |
-
http-parser-js@>=0.5.1:
|
| 9643 |
-
version "0.5.3"
|
| 9644 |
-
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.5.3.tgz#01d2709c79d41698bb01d4decc5e9da4e4a033d9"
|
| 9645 |
-
integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==
|
| 9646 |
-
|
| 9647 |
http-proxy-agent@^4.0.1:
|
| 9648 |
version "4.0.1"
|
| 9649 |
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
|
|
@@ -9653,17 +8762,7 @@ http-proxy-agent@^4.0.1:
|
|
| 9653 |
agent-base "6"
|
| 9654 |
debug "4"
|
| 9655 |
|
| 9656 |
-
http-proxy
|
| 9657 |
-
version "0.19.1"
|
| 9658 |
-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.1.tgz#183c7dc4aa1479150306498c210cdaf96080a43a"
|
| 9659 |
-
integrity sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==
|
| 9660 |
-
dependencies:
|
| 9661 |
-
http-proxy "^1.17.0"
|
| 9662 |
-
is-glob "^4.0.0"
|
| 9663 |
-
lodash "^4.17.11"
|
| 9664 |
-
micromatch "^3.1.10"
|
| 9665 |
-
|
| 9666 |
-
http-proxy@^1.17.0, http-proxy@^1.18.1:
|
| 9667 |
version "1.18.1"
|
| 9668 |
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
|
| 9669 |
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
|
|
@@ -9689,11 +8788,6 @@ https-proxy-agent@^5.0.0:
|
|
| 9689 |
agent-base "6"
|
| 9690 |
debug "4"
|
| 9691 |
|
| 9692 |
-
human-signals@^1.1.1:
|
| 9693 |
-
version "1.1.1"
|
| 9694 |
-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
|
| 9695 |
-
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
|
| 9696 |
-
|
| 9697 |
human-signals@^2.1.0:
|
| 9698 |
version "2.1.0"
|
| 9699 |
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
|
|
@@ -9761,39 +8855,6 @@ image-q@^1.1.1:
|
|
| 9761 |
resolved "https://registry.yarnpkg.com/image-q/-/image-q-1.1.1.tgz#fc84099664460b90ca862d9300b6bfbbbfbf8056"
|
| 9762 |
integrity sha1-/IQJlmRGC5DKhi2TALa/u7+/gFY=
|
| 9763 |
|
| 9764 |
-
imagemin-mozjpeg@^9.0.0:
|
| 9765 |
-
version "9.0.0"
|
| 9766 |
-
resolved "https://registry.yarnpkg.com/imagemin-mozjpeg/-/imagemin-mozjpeg-9.0.0.tgz#d1af26d0b43d75a41c211051c1910da59d9d2324"
|
| 9767 |
-
integrity sha512-TwOjTzYqCFRgROTWpVSt5UTT0JeCuzF1jswPLKALDd89+PmrJ2PdMMYeDLYZ1fs9cTovI9GJd68mRSnuVt691w==
|
| 9768 |
-
dependencies:
|
| 9769 |
-
execa "^4.0.0"
|
| 9770 |
-
is-jpg "^2.0.0"
|
| 9771 |
-
mozjpeg "^7.0.0"
|
| 9772 |
-
|
| 9773 |
-
imagemin-pngquant@^9.0.1:
|
| 9774 |
-
version "9.0.2"
|
| 9775 |
-
resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-9.0.2.tgz#38155702b0cc4f60f671ba7c2b086ea3805d9567"
|
| 9776 |
-
integrity sha512-cj//bKo8+Frd/DM8l6Pg9pws1pnDUjgb7ae++sUX1kUVdv2nrngPykhiUOgFeE0LGY/LmUbCf4egCHC4YUcZSg==
|
| 9777 |
-
dependencies:
|
| 9778 |
-
execa "^4.0.0"
|
| 9779 |
-
is-png "^2.0.0"
|
| 9780 |
-
is-stream "^2.0.0"
|
| 9781 |
-
ow "^0.17.0"
|
| 9782 |
-
pngquant-bin "^6.0.0"
|
| 9783 |
-
|
| 9784 |
-
imagemin@^7.0.1:
|
| 9785 |
-
version "7.0.1"
|
| 9786 |
-
resolved "https://registry.yarnpkg.com/imagemin/-/imagemin-7.0.1.tgz#f6441ca647197632e23db7d971fffbd530c87dbf"
|
| 9787 |
-
integrity sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==
|
| 9788 |
-
dependencies:
|
| 9789 |
-
file-type "^12.0.0"
|
| 9790 |
-
globby "^10.0.0"
|
| 9791 |
-
graceful-fs "^4.2.2"
|
| 9792 |
-
junk "^3.1.0"
|
| 9793 |
-
make-dir "^3.0.0"
|
| 9794 |
-
p-pipe "^3.0.0"
|
| 9795 |
-
replace-ext "^1.0.0"
|
| 9796 |
-
|
| 9797 |
immer@8.0.1:
|
| 9798 |
version "8.0.1"
|
| 9799 |
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
|
|
@@ -9817,20 +8878,7 @@ import-from@3.0.0:
|
|
| 9817 |
import-lazy@^2.1.0:
|
| 9818 |
version "2.1.0"
|
| 9819 |
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
|
| 9820 |
-
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
|
| 9821 |
-
|
| 9822 |
-
import-lazy@^3.1.0:
|
| 9823 |
-
version "3.1.0"
|
| 9824 |
-
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-3.1.0.tgz#891279202c8a2280fdbd6674dbd8da1a1dfc67cc"
|
| 9825 |
-
integrity sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==
|
| 9826 |
-
|
| 9827 |
-
import-local@^2.0.0:
|
| 9828 |
-
version "2.0.0"
|
| 9829 |
-
resolved "https://registry.yarnpkg.com/import-local/-/import-local-2.0.0.tgz#55070be38a5993cf18ef6db7e961f5bee5c5a09d"
|
| 9830 |
-
integrity sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==
|
| 9831 |
-
dependencies:
|
| 9832 |
-
pkg-dir "^3.0.0"
|
| 9833 |
-
resolve-cwd "^2.0.0"
|
| 9834 |
|
| 9835 |
import-local@^3.0.2:
|
| 9836 |
version "3.0.2"
|
|
@@ -9845,13 +8893,6 @@ imurmurhash@^0.1.4:
|
|
| 9845 |
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
| 9846 |
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
|
| 9847 |
|
| 9848 |
-
indent-string@^2.1.0:
|
| 9849 |
-
version "2.1.0"
|
| 9850 |
-
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80"
|
| 9851 |
-
integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=
|
| 9852 |
-
dependencies:
|
| 9853 |
-
repeating "^2.0.0"
|
| 9854 |
-
|
| 9855 |
indent-string@^4.0.0:
|
| 9856 |
version "4.0.0"
|
| 9857 |
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
|
@@ -9896,15 +8937,15 @@ ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
|
|
| 9896 |
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
| 9897 |
|
| 9898 |
init-package-json@^2.0.2:
|
| 9899 |
-
version "2.0.
|
| 9900 |
-
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-2.0.
|
| 9901 |
-
integrity sha512-
|
| 9902 |
dependencies:
|
| 9903 |
glob "^7.1.1"
|
| 9904 |
npm-package-arg "^8.1.2"
|
| 9905 |
promzard "^0.3.0"
|
| 9906 |
read "~1.0.1"
|
| 9907 |
-
read-package-json "^
|
| 9908 |
semver "^7.3.5"
|
| 9909 |
validate-npm-package-license "^3.0.4"
|
| 9910 |
validate-npm-package-name "^3.0.0"
|
|
@@ -9933,14 +8974,6 @@ inquirer@^7.0.0, inquirer@^7.3.3:
|
|
| 9933 |
strip-ansi "^6.0.0"
|
| 9934 |
through "^2.3.6"
|
| 9935 |
|
| 9936 |
-
internal-ip@^4.3.0:
|
| 9937 |
-
version "4.3.0"
|
| 9938 |
-
resolved "https://registry.yarnpkg.com/internal-ip/-/internal-ip-4.3.0.tgz#845452baad9d2ca3b69c635a137acb9a0dad0907"
|
| 9939 |
-
integrity sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==
|
| 9940 |
-
dependencies:
|
| 9941 |
-
default-gateway "^4.2.0"
|
| 9942 |
-
ipaddr.js "^1.9.0"
|
| 9943 |
-
|
| 9944 |
internal-slot@^1.0.3:
|
| 9945 |
version "1.0.3"
|
| 9946 |
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
|
|
@@ -9950,11 +8983,6 @@ internal-slot@^1.0.3:
|
|
| 9950 |
has "^1.0.3"
|
| 9951 |
side-channel "^1.0.4"
|
| 9952 |
|
| 9953 |
-
interpret@^1.0.0:
|
| 9954 |
-
version "1.4.0"
|
| 9955 |
-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.4.0.tgz#665ab8bc4da27a774a40584e812e3e0fa45b1a1e"
|
| 9956 |
-
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
| 9957 |
-
|
| 9958 |
into-stream@^3.1.0:
|
| 9959 |
version "3.1.0"
|
| 9960 |
resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6"
|
|
@@ -9970,17 +8998,12 @@ invariant@^2.2.3, invariant@^2.2.4:
|
|
| 9970 |
dependencies:
|
| 9971 |
loose-envify "^1.0.0"
|
| 9972 |
|
| 9973 |
-
ip
|
| 9974 |
-
version "2.1.0"
|
| 9975 |
-
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
|
| 9976 |
-
integrity sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=
|
| 9977 |
-
|
| 9978 |
-
ip@^1.1.0, ip@^1.1.5:
|
| 9979 |
version "1.1.5"
|
| 9980 |
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
|
| 9981 |
integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
|
| 9982 |
|
| 9983 |
-
ipaddr.js@1.9.1
|
| 9984 |
version "1.9.1"
|
| 9985 |
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
| 9986 |
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
|
@@ -10023,11 +9046,12 @@ is-alphanumerical@^1.0.0:
|
|
| 10023 |
is-decimal "^1.0.0"
|
| 10024 |
|
| 10025 |
is-arguments@^1.0.4, is-arguments@^1.1.0:
|
| 10026 |
-
version "1.1.
|
| 10027 |
-
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.
|
| 10028 |
-
integrity sha512-
|
| 10029 |
dependencies:
|
| 10030 |
-
call-bind "^1.0.
|
|
|
|
| 10031 |
|
| 10032 |
is-arrayish@^0.2.1:
|
| 10033 |
version "0.2.1"
|
|
@@ -10040,16 +9064,11 @@ is-arrayish@^0.3.1:
|
|
| 10040 |
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
| 10041 |
|
| 10042 |
is-bigint@^1.0.1:
|
| 10043 |
-
version "1.0.
|
| 10044 |
-
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.
|
| 10045 |
-
integrity sha512-
|
| 10046 |
-
|
| 10047 |
-
is-binary-path@^1.0.0:
|
| 10048 |
-
version "1.0.1"
|
| 10049 |
-
resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898"
|
| 10050 |
-
integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=
|
| 10051 |
dependencies:
|
| 10052 |
-
|
| 10053 |
|
| 10054 |
is-binary-path@^2.1.0, is-binary-path@~2.1.0:
|
| 10055 |
version "2.1.0"
|
|
@@ -10059,11 +9078,12 @@ is-binary-path@^2.1.0, is-binary-path@~2.1.0:
|
|
| 10059 |
binary-extensions "^2.0.0"
|
| 10060 |
|
| 10061 |
is-boolean-object@^1.1.0:
|
| 10062 |
-
version "1.1.
|
| 10063 |
-
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.
|
| 10064 |
-
integrity sha512-
|
| 10065 |
dependencies:
|
| 10066 |
call-bind "^1.0.2"
|
|
|
|
| 10067 |
|
| 10068 |
is-buffer@^1.1.5:
|
| 10069 |
version "1.1.6"
|
|
@@ -10075,10 +9095,10 @@ is-buffer@^2.0.0:
|
|
| 10075 |
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
| 10076 |
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
|
| 10077 |
|
| 10078 |
-
is-callable@^1.1.
|
| 10079 |
-
version "1.2.
|
| 10080 |
-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.
|
| 10081 |
-
integrity sha512-
|
| 10082 |
|
| 10083 |
is-ci@^2.0.0:
|
| 10084 |
version "2.0.0"
|
|
@@ -10087,22 +9107,10 @@ is-ci@^2.0.0:
|
|
| 10087 |
dependencies:
|
| 10088 |
ci-info "^2.0.0"
|
| 10089 |
|
| 10090 |
-
is-
|
| 10091 |
-
version "
|
| 10092 |
-
resolved "https://registry.yarnpkg.com/is-
|
| 10093 |
-
integrity
|
| 10094 |
-
dependencies:
|
| 10095 |
-
css-color-names "^0.0.4"
|
| 10096 |
-
hex-color-regex "^1.1.0"
|
| 10097 |
-
hsl-regex "^1.0.0"
|
| 10098 |
-
hsla-regex "^1.0.0"
|
| 10099 |
-
rgb-regex "^1.0.1"
|
| 10100 |
-
rgba-regex "^1.0.0"
|
| 10101 |
-
|
| 10102 |
-
is-core-module@^2.2.0, is-core-module@^2.4.0:
|
| 10103 |
-
version "2.4.0"
|
| 10104 |
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.4.0.tgz#8e9fc8e15027b011418026e98f0e6f4d86305cc1"
|
| 10105 |
-
integrity sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==
|
| 10106 |
dependencies:
|
| 10107 |
has "^1.0.3"
|
| 10108 |
|
|
@@ -10121,9 +9129,11 @@ is-data-descriptor@^1.0.0:
|
|
| 10121 |
kind-of "^6.0.0"
|
| 10122 |
|
| 10123 |
is-date-object@^1.0.1, is-date-object@^1.0.2:
|
| 10124 |
-
version "1.0.
|
| 10125 |
-
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.
|
| 10126 |
-
integrity sha512
|
|
|
|
|
|
|
| 10127 |
|
| 10128 |
is-decimal@^1.0.0:
|
| 10129 |
version "1.0.4"
|
|
@@ -10148,7 +9158,7 @@ is-descriptor@^1.0.0, is-descriptor@^1.0.2:
|
|
| 10148 |
is-data-descriptor "^1.0.0"
|
| 10149 |
kind-of "^6.0.2"
|
| 10150 |
|
| 10151 |
-
is-docker@^2.0.0, is-docker@^2.
|
| 10152 |
version "2.2.1"
|
| 10153 |
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
| 10154 |
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
|
@@ -10170,16 +9180,11 @@ is-extglob@^1.0.0:
|
|
| 10170 |
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
|
| 10171 |
integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
|
| 10172 |
|
| 10173 |
-
is-extglob@^2.1.
|
| 10174 |
version "2.1.1"
|
| 10175 |
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
| 10176 |
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
|
| 10177 |
|
| 10178 |
-
is-finite@^1.0.0:
|
| 10179 |
-
version "1.1.0"
|
| 10180 |
-
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
|
| 10181 |
-
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
|
| 10182 |
-
|
| 10183 |
is-fullwidth-code-point@^1.0.0:
|
| 10184 |
version "1.0.0"
|
| 10185 |
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
|
|
@@ -10216,13 +9221,6 @@ is-glob@^2.0.0:
|
|
| 10216 |
dependencies:
|
| 10217 |
is-extglob "^1.0.0"
|
| 10218 |
|
| 10219 |
-
is-glob@^3.1.0:
|
| 10220 |
-
version "3.1.0"
|
| 10221 |
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-3.1.0.tgz#7ba5ae24217804ac70707b96922567486cc3e84a"
|
| 10222 |
-
integrity sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=
|
| 10223 |
-
dependencies:
|
| 10224 |
-
is-extglob "^2.1.0"
|
| 10225 |
-
|
| 10226 |
is-hexadecimal@^1.0.0:
|
| 10227 |
version "1.0.4"
|
| 10228 |
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
|
|
@@ -10243,11 +9241,6 @@ is-invalid-path@^0.1.0:
|
|
| 10243 |
dependencies:
|
| 10244 |
is-glob "^2.0.0"
|
| 10245 |
|
| 10246 |
-
is-jpg@^2.0.0:
|
| 10247 |
-
version "2.0.0"
|
| 10248 |
-
resolved "https://registry.yarnpkg.com/is-jpg/-/is-jpg-2.0.0.tgz#2e1997fa6e9166eaac0242daae443403e4ef1d97"
|
| 10249 |
-
integrity sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=
|
| 10250 |
-
|
| 10251 |
is-lambda@^1.0.1:
|
| 10252 |
version "1.0.1"
|
| 10253 |
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
|
|
@@ -10265,11 +9258,6 @@ is-map@^2.0.1, is-map@^2.0.2:
|
|
| 10265 |
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
|
| 10266 |
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
|
| 10267 |
|
| 10268 |
-
is-natural-number@^4.0.1:
|
| 10269 |
-
version "4.0.1"
|
| 10270 |
-
resolved "https://registry.yarnpkg.com/is-natural-number/-/is-natural-number-4.0.1.tgz#ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
|
| 10271 |
-
integrity sha1-q5124dtM7VHjXeDHLr7PCfc0zeg=
|
| 10272 |
-
|
| 10273 |
is-negative-zero@^2.0.1:
|
| 10274 |
version "2.0.1"
|
| 10275 |
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
|
|
@@ -10281,9 +9269,11 @@ is-npm@^5.0.0:
|
|
| 10281 |
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
|
| 10282 |
|
| 10283 |
is-number-object@^1.0.4:
|
| 10284 |
-
version "1.0.
|
| 10285 |
-
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.
|
| 10286 |
-
integrity sha512-
|
|
|
|
|
|
|
| 10287 |
|
| 10288 |
is-number@^3.0.0:
|
| 10289 |
version "3.0.0"
|
|
@@ -10307,25 +9297,11 @@ is-object@^1.0.1:
|
|
| 10307 |
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
|
| 10308 |
integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
|
| 10309 |
|
| 10310 |
-
is-path-cwd@^2.
|
| 10311 |
version "2.2.0"
|
| 10312 |
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
|
| 10313 |
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
|
| 10314 |
|
| 10315 |
-
is-path-in-cwd@^2.0.0:
|
| 10316 |
-
version "2.1.0"
|
| 10317 |
-
resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-2.1.0.tgz#bfe2dca26c69f397265a4009963602935a053acb"
|
| 10318 |
-
integrity sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==
|
| 10319 |
-
dependencies:
|
| 10320 |
-
is-path-inside "^2.1.0"
|
| 10321 |
-
|
| 10322 |
-
is-path-inside@^2.1.0:
|
| 10323 |
-
version "2.1.0"
|
| 10324 |
-
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-2.1.0.tgz#7c9810587d659a40d27bcdb4d5616eab059494b2"
|
| 10325 |
-
integrity sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==
|
| 10326 |
-
dependencies:
|
| 10327 |
-
path-is-inside "^1.0.2"
|
| 10328 |
-
|
| 10329 |
is-path-inside@^3.0.1, is-path-inside@^3.0.2:
|
| 10330 |
version "3.0.3"
|
| 10331 |
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
|
|
@@ -10353,11 +9329,6 @@ is-plain-object@^5.0.0:
|
|
| 10353 |
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
|
| 10354 |
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
|
| 10355 |
|
| 10356 |
-
is-png@^2.0.0:
|
| 10357 |
-
version "2.0.0"
|
| 10358 |
-
resolved "https://registry.yarnpkg.com/is-png/-/is-png-2.0.0.tgz#ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d"
|
| 10359 |
-
integrity sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==
|
| 10360 |
-
|
| 10361 |
is-promise@4.0.0:
|
| 10362 |
version "4.0.0"
|
| 10363 |
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz#42ff9f84206c1991d26debf520dd5c01042dd2f3"
|
|
@@ -10368,13 +9339,13 @@ is-promise@^2.2.2:
|
|
| 10368 |
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1"
|
| 10369 |
integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==
|
| 10370 |
|
| 10371 |
-
is-regex@^1.
|
| 10372 |
-
version "1.1.
|
| 10373 |
-
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.
|
| 10374 |
-
integrity sha512-
|
| 10375 |
dependencies:
|
| 10376 |
call-bind "^1.0.2"
|
| 10377 |
-
has-
|
| 10378 |
|
| 10379 |
is-relative-url@^3.0.0:
|
| 10380 |
version "3.0.0"
|
|
@@ -10395,7 +9366,7 @@ is-resolvable@^1.1.0:
|
|
| 10395 |
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
|
| 10396 |
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
|
| 10397 |
|
| 10398 |
-
is-retry-allowed@^1.
|
| 10399 |
version "1.2.0"
|
| 10400 |
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
|
| 10401 |
integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
|
|
@@ -10417,20 +9388,22 @@ is-ssh@^1.3.0:
|
|
| 10417 |
dependencies:
|
| 10418 |
protocols "^1.1.0"
|
| 10419 |
|
| 10420 |
-
is-stream@^1.
|
| 10421 |
version "1.1.0"
|
| 10422 |
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
| 10423 |
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
|
| 10424 |
|
| 10425 |
is-stream@^2.0.0:
|
| 10426 |
-
version "2.0.
|
| 10427 |
-
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.
|
| 10428 |
-
integrity sha512-
|
| 10429 |
|
| 10430 |
is-string@^1.0.5, is-string@^1.0.6:
|
| 10431 |
-
version "1.0.
|
| 10432 |
-
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.
|
| 10433 |
-
integrity sha512-
|
|
|
|
|
|
|
| 10434 |
|
| 10435 |
is-symbol@^1.0.2, is-symbol@^1.0.3:
|
| 10436 |
version "1.0.4"
|
|
@@ -10446,16 +9419,16 @@ is-text-path@^1.0.1:
|
|
| 10446 |
dependencies:
|
| 10447 |
text-extensions "^1.0.0"
|
| 10448 |
|
| 10449 |
-
is-typed-array@^1.1.
|
| 10450 |
-
version "1.1.
|
| 10451 |
-
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.
|
| 10452 |
-
integrity sha512-
|
| 10453 |
dependencies:
|
| 10454 |
-
available-typed-arrays "^1.0.
|
| 10455 |
call-bind "^1.0.2"
|
| 10456 |
-
es-abstract "^1.18.
|
| 10457 |
foreach "^2.0.5"
|
| 10458 |
-
has-
|
| 10459 |
|
| 10460 |
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
| 10461 |
version "1.0.0"
|
|
@@ -10481,11 +9454,6 @@ is-url@^1.2.4:
|
|
| 10481 |
resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"
|
| 10482 |
integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==
|
| 10483 |
|
| 10484 |
-
is-utf8@^0.2.0:
|
| 10485 |
-
version "0.2.1"
|
| 10486 |
-
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
| 10487 |
-
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
|
| 10488 |
-
|
| 10489 |
is-valid-path@^0.1.1:
|
| 10490 |
version "0.1.1"
|
| 10491 |
resolved "https://registry.yarnpkg.com/is-valid-path/-/is-valid-path-0.1.1.tgz#110f9ff74c37f663e1ec7915eb451f2db93ac9df"
|
|
@@ -10518,11 +9486,6 @@ is-word-character@^1.0.0:
|
|
| 10518 |
resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230"
|
| 10519 |
integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==
|
| 10520 |
|
| 10521 |
-
is-wsl@^1.1.0:
|
| 10522 |
-
version "1.1.0"
|
| 10523 |
-
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-1.1.0.tgz#1f16e4aa22b04d1336b66188a66af3c600c3a66d"
|
| 10524 |
-
integrity sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=
|
| 10525 |
-
|
| 10526 |
is-wsl@^2.1.1:
|
| 10527 |
version "2.2.0"
|
| 10528 |
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
|
@@ -10614,10 +9577,10 @@ jest-worker@^26.3.0, jest-worker@^26.6.2:
|
|
| 10614 |
merge-stream "^2.0.0"
|
| 10615 |
supports-color "^7.0.0"
|
| 10616 |
|
| 10617 |
-
jest-worker@^27.0.
|
| 10618 |
-
version "27.0
|
| 10619 |
-
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.
|
| 10620 |
-
integrity sha512-
|
| 10621 |
dependencies:
|
| 10622 |
"@types/node" "*"
|
| 10623 |
merge-stream "^2.0.0"
|
|
@@ -10635,9 +9598,9 @@ jimp@^0.14.0:
|
|
| 10635 |
regenerator-runtime "^0.13.3"
|
| 10636 |
|
| 10637 |
joi@^17.2.1, joi@^17.4.0:
|
| 10638 |
-
version "17.4.
|
| 10639 |
-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.
|
| 10640 |
-
integrity sha512-
|
| 10641 |
dependencies:
|
| 10642 |
"@hapi/hoek" "^9.0.0"
|
| 10643 |
"@hapi/topo" "^5.0.0"
|
|
@@ -10735,11 +9698,6 @@ json2mq@^0.2.0:
|
|
| 10735 |
dependencies:
|
| 10736 |
string-convert "^0.2.0"
|
| 10737 |
|
| 10738 |
-
json3@^3.3.3:
|
| 10739 |
-
version "3.3.3"
|
| 10740 |
-
resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.3.tgz#7fc10e375fc5ae42c4705a5cc0aa6f62be305b81"
|
| 10741 |
-
integrity sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==
|
| 10742 |
-
|
| 10743 |
json5@^1.0.1:
|
| 10744 |
version "1.0.1"
|
| 10745 |
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
|
|
@@ -10800,11 +9758,6 @@ jsprim@^1.2.2:
|
|
| 10800 |
array-includes "^3.1.2"
|
| 10801 |
object.assign "^4.1.2"
|
| 10802 |
|
| 10803 |
-
junk@^3.1.0:
|
| 10804 |
-
version "3.1.0"
|
| 10805 |
-
resolved "https://registry.yarnpkg.com/junk/-/junk-3.1.0.tgz#31499098d902b7e98c5d9b9c80f43457a88abfa1"
|
| 10806 |
-
integrity sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==
|
| 10807 |
-
|
| 10808 |
kebab-hash@^0.1.2:
|
| 10809 |
version "0.1.2"
|
| 10810 |
resolved "https://registry.yarnpkg.com/kebab-hash/-/kebab-hash-0.1.2.tgz#dfb7949ba34d8e70114ea7d83e266e5e2a4abaac"
|
|
@@ -10833,11 +9786,6 @@ keyv@^4.0.0:
|
|
| 10833 |
dependencies:
|
| 10834 |
json-buffer "3.0.1"
|
| 10835 |
|
| 10836 |
-
killable@^1.0.1:
|
| 10837 |
-
version "1.0.1"
|
| 10838 |
-
resolved "https://registry.yarnpkg.com/killable/-/killable-1.0.1.tgz#4c8ce441187a061c7474fb87ca08e2a638194892"
|
| 10839 |
-
integrity sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==
|
| 10840 |
-
|
| 10841 |
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
|
| 10842 |
version "3.2.2"
|
| 10843 |
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
|
|
@@ -10944,6 +9892,11 @@ libnpmpublish@^4.0.0:
|
|
| 10944 |
semver "^7.1.3"
|
| 10945 |
ssri "^8.0.1"
|
| 10946 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10947 |
lines-and-columns@^1.1.6:
|
| 10948 |
version "1.1.6"
|
| 10949 |
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
|
@@ -10963,17 +9916,6 @@ load-bmfont@^1.3.1, load-bmfont@^1.4.0:
|
|
| 10963 |
xhr "^2.0.1"
|
| 10964 |
xtend "^4.0.0"
|
| 10965 |
|
| 10966 |
-
load-json-file@^1.0.0:
|
| 10967 |
-
version "1.1.0"
|
| 10968 |
-
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
|
| 10969 |
-
integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=
|
| 10970 |
-
dependencies:
|
| 10971 |
-
graceful-fs "^4.1.2"
|
| 10972 |
-
parse-json "^2.2.0"
|
| 10973 |
-
pify "^2.0.0"
|
| 10974 |
-
pinkie-promise "^2.0.0"
|
| 10975 |
-
strip-bom "^2.0.0"
|
| 10976 |
-
|
| 10977 |
load-json-file@^4.0.0:
|
| 10978 |
version "4.0.0"
|
| 10979 |
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
|
|
@@ -11227,34 +10169,16 @@ lodash.without@^4.4.0:
|
|
| 11227 |
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
|
| 11228 |
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
|
| 11229 |
|
| 11230 |
-
lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.
|
| 11231 |
version "4.17.21"
|
| 11232 |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
| 11233 |
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
| 11234 |
|
| 11235 |
-
logalot@^2.0.0, logalot@^2.1.0:
|
| 11236 |
-
version "2.1.0"
|
| 11237 |
-
resolved "https://registry.yarnpkg.com/logalot/-/logalot-2.1.0.tgz#5f8e8c90d304edf12530951a5554abb8c5e3f552"
|
| 11238 |
-
integrity sha1-X46MkNME7fElMJUaVVSruMXj9VI=
|
| 11239 |
-
dependencies:
|
| 11240 |
-
figures "^1.3.5"
|
| 11241 |
-
squeak "^1.0.0"
|
| 11242 |
-
|
| 11243 |
-
loglevel@^1.6.8:
|
| 11244 |
-
version "1.7.1"
|
| 11245 |
-
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197"
|
| 11246 |
-
integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw==
|
| 11247 |
-
|
| 11248 |
longest-streak@^2.0.0, longest-streak@^2.0.1:
|
| 11249 |
version "2.0.4"
|
| 11250 |
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
|
| 11251 |
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
|
| 11252 |
|
| 11253 |
-
longest@^1.0.0:
|
| 11254 |
-
version "1.0.1"
|
| 11255 |
-
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
|
| 11256 |
-
integrity sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=
|
| 11257 |
-
|
| 11258 |
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
|
| 11259 |
version "1.4.0"
|
| 11260 |
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
|
@@ -11262,14 +10186,6 @@ loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
|
|
| 11262 |
dependencies:
|
| 11263 |
js-tokens "^3.0.0 || ^4.0.0"
|
| 11264 |
|
| 11265 |
-
loud-rejection@^1.0.0:
|
| 11266 |
-
version "1.6.0"
|
| 11267 |
-
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
|
| 11268 |
-
integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
|
| 11269 |
-
dependencies:
|
| 11270 |
-
currently-unhandled "^0.4.1"
|
| 11271 |
-
signal-exit "^3.0.0"
|
| 11272 |
-
|
| 11273 |
lower-case-first@^1.0.0:
|
| 11274 |
version "1.0.2"
|
| 11275 |
resolved "https://registry.yarnpkg.com/lower-case-first/-/lower-case-first-1.0.2.tgz#e5da7c26f29a7073be02d52bac9980e5922adfa1"
|
|
@@ -11304,16 +10220,6 @@ lowercase-keys@^2.0.0:
|
|
| 11304 |
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
|
| 11305 |
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
|
| 11306 |
|
| 11307 |
-
lpad-align@^1.0.1:
|
| 11308 |
-
version "1.1.2"
|
| 11309 |
-
resolved "https://registry.yarnpkg.com/lpad-align/-/lpad-align-1.1.2.tgz#21f600ac1c3095c3c6e497ee67271ee08481fe9e"
|
| 11310 |
-
integrity sha1-IfYArBwwlcPG5JfuZyce4ISB/p4=
|
| 11311 |
-
dependencies:
|
| 11312 |
-
get-stdin "^4.0.1"
|
| 11313 |
-
indent-string "^2.1.0"
|
| 11314 |
-
longest "^1.0.0"
|
| 11315 |
-
meow "^3.3.0"
|
| 11316 |
-
|
| 11317 |
lru-cache@4.0.0:
|
| 11318 |
version "4.0.0"
|
| 11319 |
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.0.tgz#b5cbf01556c16966febe54ceec0fb4dc90df6c28"
|
|
@@ -11322,7 +10228,7 @@ lru-cache@4.0.0:
|
|
| 11322 |
pseudomap "^1.0.1"
|
| 11323 |
yallist "^2.0.0"
|
| 11324 |
|
| 11325 |
-
lru-cache@^4.0.0
|
| 11326 |
version "4.1.5"
|
| 11327 |
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
| 11328 |
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
|
|
@@ -11344,13 +10250,6 @@ lru-queue@^0.1.0:
|
|
| 11344 |
dependencies:
|
| 11345 |
es5-ext "~0.10.2"
|
| 11346 |
|
| 11347 |
-
make-dir@^1.0.0, make-dir@^1.2.0:
|
| 11348 |
-
version "1.3.0"
|
| 11349 |
-
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
|
| 11350 |
-
integrity sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==
|
| 11351 |
-
dependencies:
|
| 11352 |
-
pify "^3.0.0"
|
| 11353 |
-
|
| 11354 |
make-dir@^2.1.0:
|
| 11355 |
version "2.1.0"
|
| 11356 |
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
|
|
@@ -11393,9 +10292,9 @@ make-fetch-happen@^8.0.9:
|
|
| 11393 |
ssri "^8.0.0"
|
| 11394 |
|
| 11395 |
make-fetch-happen@^9.0.1:
|
| 11396 |
-
version "9.0
|
| 11397 |
-
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.0.
|
| 11398 |
-
integrity sha512
|
| 11399 |
dependencies:
|
| 11400 |
agentkeepalive "^4.1.3"
|
| 11401 |
cacache "^15.2.0"
|
|
@@ -11411,7 +10310,7 @@ make-fetch-happen@^9.0.1:
|
|
| 11411 |
minipass-pipeline "^1.2.4"
|
| 11412 |
negotiator "^0.6.2"
|
| 11413 |
promise-retry "^2.0.1"
|
| 11414 |
-
socks-proxy-agent "^
|
| 11415 |
ssri "^8.0.0"
|
| 11416 |
|
| 11417 |
map-age-cleaner@^0.1.3:
|
|
@@ -11426,7 +10325,7 @@ map-cache@^0.2.2:
|
|
| 11426 |
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
|
| 11427 |
integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
|
| 11428 |
|
| 11429 |
-
map-obj@^1.0.0
|
| 11430 |
version "1.0.1"
|
| 11431 |
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
|
| 11432 |
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
|
|
@@ -11617,9 +10516,9 @@ mem@^8.1.1:
|
|
| 11617 |
mimic-fn "^3.1.0"
|
| 11618 |
|
| 11619 |
memfs@^3.2.2:
|
| 11620 |
-
version "3.2.
|
| 11621 |
-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.
|
| 11622 |
-
integrity sha512-
|
| 11623 |
dependencies:
|
| 11624 |
fs-monkey "1.0.3"
|
| 11625 |
|
|
@@ -11637,30 +10536,6 @@ memoizee@^0.4.15:
|
|
| 11637 |
next-tick "^1.1.0"
|
| 11638 |
timers-ext "^0.1.7"
|
| 11639 |
|
| 11640 |
-
memory-fs@^0.4.1:
|
| 11641 |
-
version "0.4.1"
|
| 11642 |
-
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.4.1.tgz#3a9a20b8462523e447cfbc7e8bb80ed667bfc552"
|
| 11643 |
-
integrity sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=
|
| 11644 |
-
dependencies:
|
| 11645 |
-
errno "^0.1.3"
|
| 11646 |
-
readable-stream "^2.0.1"
|
| 11647 |
-
|
| 11648 |
-
meow@^3.3.0:
|
| 11649 |
-
version "3.7.0"
|
| 11650 |
-
resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb"
|
| 11651 |
-
integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=
|
| 11652 |
-
dependencies:
|
| 11653 |
-
camelcase-keys "^2.0.0"
|
| 11654 |
-
decamelize "^1.1.2"
|
| 11655 |
-
loud-rejection "^1.0.0"
|
| 11656 |
-
map-obj "^1.0.1"
|
| 11657 |
-
minimist "^1.1.3"
|
| 11658 |
-
normalize-package-data "^2.3.4"
|
| 11659 |
-
object-assign "^4.0.1"
|
| 11660 |
-
read-pkg-up "^1.0.1"
|
| 11661 |
-
redent "^1.0.0"
|
| 11662 |
-
trim-newlines "^1.0.0"
|
| 11663 |
-
|
| 11664 |
meow@^8.0.0:
|
| 11665 |
version "8.1.2"
|
| 11666 |
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
|
|
@@ -11771,7 +10646,7 @@ micromark@~2.11.0:
|
|
| 11771 |
debug "^4.0.0"
|
| 11772 |
parse-entities "^2.0.0"
|
| 11773 |
|
| 11774 |
-
micromatch@^3.1.10
|
| 11775 |
version "3.1.10"
|
| 11776 |
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
| 11777 |
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
|
@@ -11790,7 +10665,7 @@ micromatch@^3.1.10, micromatch@^3.1.4:
|
|
| 11790 |
snapdragon "^0.8.1"
|
| 11791 |
to-regex "^3.0.2"
|
| 11792 |
|
| 11793 |
-
micromatch@^4.0.2:
|
| 11794 |
version "4.0.4"
|
| 11795 |
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
|
| 11796 |
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
|
|
@@ -11798,24 +10673,24 @@ micromatch@^4.0.2:
|
|
| 11798 |
braces "^3.0.1"
|
| 11799 |
picomatch "^2.2.3"
|
| 11800 |
|
| 11801 |
-
mime-db@1.
|
| 11802 |
-
version "1.
|
| 11803 |
-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.
|
| 11804 |
-
integrity sha512-
|
| 11805 |
|
| 11806 |
-
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.30, mime-types@~2.1.
|
| 11807 |
-
version "2.1.
|
| 11808 |
-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.
|
| 11809 |
-
integrity sha512-
|
| 11810 |
dependencies:
|
| 11811 |
-
mime-db "1.
|
| 11812 |
|
| 11813 |
mime@1.6.0, mime@^1.3.4:
|
| 11814 |
version "1.6.0"
|
| 11815 |
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
|
| 11816 |
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
|
| 11817 |
|
| 11818 |
-
mime@^2.4.4, mime@^2.4.6:
|
| 11819 |
version "2.5.2"
|
| 11820 |
resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe"
|
| 11821 |
integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==
|
|
@@ -11852,26 +10727,21 @@ min-indent@^1.0.0:
|
|
| 11852 |
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
| 11853 |
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
| 11854 |
|
| 11855 |
-
mini-css-extract-plugin@1.6.
|
| 11856 |
-
version "1.6.
|
| 11857 |
-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.
|
| 11858 |
-
integrity sha512-
|
| 11859 |
dependencies:
|
| 11860 |
loader-utils "^2.0.0"
|
| 11861 |
schema-utils "^3.0.0"
|
| 11862 |
webpack-sources "^1.1.0"
|
| 11863 |
|
| 11864 |
-
mini-svg-data-uri@^1.
|
| 11865 |
version "1.3.3"
|
| 11866 |
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.3.3.tgz#91d2c09f45e056e5e1043340b8b37ba7b50f4fac"
|
| 11867 |
integrity sha512-+fA2oRcR1dJI/7ITmeQJDrYWks0wodlOz0pAEhKYJ2IVc1z0AnwJUsKY2fzFmPAM3Jo9J0rBx8JAA9QQSJ5PuA==
|
| 11868 |
|
| 11869 |
-
|
| 11870 |
-
version "1.0.1"
|
| 11871 |
-
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
|
| 11872 |
-
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
|
| 11873 |
-
|
| 11874 |
-
minimatch@3.0.4, minimatch@^3.0.3, minimatch@^3.0.4:
|
| 11875 |
version "3.0.4"
|
| 11876 |
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
| 11877 |
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
@@ -11887,7 +10757,7 @@ minimist-options@4.1.0:
|
|
| 11887 |
is-plain-obj "^1.1.0"
|
| 11888 |
kind-of "^6.0.3"
|
| 11889 |
|
| 11890 |
-
minimist@^1.1.0, minimist@^1.
|
| 11891 |
version "1.2.5"
|
| 11892 |
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
| 11893 |
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
|
@@ -11900,9 +10770,9 @@ minipass-collect@^1.0.2:
|
|
| 11900 |
minipass "^3.0.0"
|
| 11901 |
|
| 11902 |
minipass-fetch@^1.3.0, minipass-fetch@^1.3.2:
|
| 11903 |
-
version "1.
|
| 11904 |
-
resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.
|
| 11905 |
-
integrity sha512-
|
| 11906 |
dependencies:
|
| 11907 |
minipass "^3.1.0"
|
| 11908 |
minipass-sized "^1.0.3"
|
|
@@ -11939,7 +10809,7 @@ minipass-sized@^1.0.3:
|
|
| 11939 |
dependencies:
|
| 11940 |
minipass "^3.0.0"
|
| 11941 |
|
| 11942 |
-
minipass@^2.6.0, minipass@^2.
|
| 11943 |
version "2.9.0"
|
| 11944 |
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
|
| 11945 |
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
|
|
@@ -11954,7 +10824,7 @@ minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3:
|
|
| 11954 |
dependencies:
|
| 11955 |
yallist "^4.0.0"
|
| 11956 |
|
| 11957 |
-
minizlib@^1.
|
| 11958 |
version "1.3.3"
|
| 11959 |
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
|
| 11960 |
integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
|
|
@@ -11996,7 +10866,7 @@ mkdirp-infer-owner@^2.0.0:
|
|
| 11996 |
infer-owner "^1.0.4"
|
| 11997 |
mkdirp "^1.0.3"
|
| 11998 |
|
| 11999 |
-
mkdirp@^0.5.
|
| 12000 |
version "0.5.5"
|
| 12001 |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
| 12002 |
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
|
@@ -12025,15 +10895,6 @@ moment@^2.27.0:
|
|
| 12025 |
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
|
| 12026 |
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
|
| 12027 |
|
| 12028 |
-
mozjpeg@^7.0.0:
|
| 12029 |
-
version "7.1.0"
|
| 12030 |
-
resolved "https://registry.yarnpkg.com/mozjpeg/-/mozjpeg-7.1.0.tgz#23f202f3e48e98f02ed84f415358d4cbfab66c19"
|
| 12031 |
-
integrity sha512-A6nVpI33DVi04HxatRx3PZTeVAOP1AC/T/5kXEvP0U8F+J11mmFFDv46BM2j5/cEyzDDtK8ptHeBSphNMrQLqA==
|
| 12032 |
-
dependencies:
|
| 12033 |
-
bin-build "^3.0.0"
|
| 12034 |
-
bin-wrapper "^4.0.0"
|
| 12035 |
-
logalot "^2.1.0"
|
| 12036 |
-
|
| 12037 |
ms@2.0.0:
|
| 12038 |
version "2.0.0"
|
| 12039 |
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
|
|
@@ -12055,32 +10916,19 @@ ms@^2.0.0, ms@^2.1.1:
|
|
| 12055 |
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
| 12056 |
|
| 12057 |
multer@^1.4.2:
|
| 12058 |
-
version "1.4.
|
| 12059 |
-
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.
|
| 12060 |
-
integrity sha512-
|
| 12061 |
dependencies:
|
| 12062 |
append-field "^1.0.0"
|
| 12063 |
busboy "^0.2.11"
|
| 12064 |
concat-stream "^1.5.2"
|
| 12065 |
-
mkdirp "^0.5.
|
| 12066 |
object-assign "^4.1.1"
|
| 12067 |
on-finished "^2.3.0"
|
| 12068 |
type-is "^1.6.4"
|
| 12069 |
xtend "^4.0.0"
|
| 12070 |
|
| 12071 |
-
multicast-dns-service-types@^1.1.0:
|
| 12072 |
-
version "1.1.0"
|
| 12073 |
-
resolved "https://registry.yarnpkg.com/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz#899f11d9686e5e05cb91b35d5f0e63b773cfc901"
|
| 12074 |
-
integrity sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=
|
| 12075 |
-
|
| 12076 |
-
multicast-dns@^6.0.1:
|
| 12077 |
-
version "6.2.3"
|
| 12078 |
-
resolved "https://registry.yarnpkg.com/multicast-dns/-/multicast-dns-6.2.3.tgz#a0ec7bd9055c4282f790c3c82f4e28db3b31b229"
|
| 12079 |
-
integrity sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==
|
| 12080 |
-
dependencies:
|
| 12081 |
-
dns-packet "^1.3.1"
|
| 12082 |
-
thunky "^1.0.2"
|
| 12083 |
-
|
| 12084 |
multimatch@^5.0.0:
|
| 12085 |
version "5.0.0"
|
| 12086 |
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-5.0.0.tgz#932b800963cea7a31a033328fa1e0c3a1874dbe6"
|
|
@@ -12097,20 +10945,10 @@ mute-stream@0.0.8, mute-stream@~0.0.4:
|
|
| 12097 |
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
| 12098 |
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
| 12099 |
|
| 12100 |
-
name-all-modules-plugin@^1.0.1:
|
| 12101 |
-
version "1.0.1"
|
| 12102 |
-
resolved "https://registry.yarnpkg.com/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz#0abfb6ad835718b9fb4def0674e06657a954375c"
|
| 12103 |
-
integrity sha1-Cr+2rYNXGLn7Te8GdOBmV6lUN1w=
|
| 12104 |
-
|
| 12105 |
-
nan@^2.12.1:
|
| 12106 |
-
version "2.14.2"
|
| 12107 |
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
|
| 12108 |
-
integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
|
| 12109 |
-
|
| 12110 |
nanoid@^3.1.23:
|
| 12111 |
-
version "3.1.
|
| 12112 |
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.
|
| 12113 |
-
integrity sha512-
|
| 12114 |
|
| 12115 |
nanomatch@^1.2.9:
|
| 12116 |
version "1.2.13"
|
|
@@ -12147,9 +10985,9 @@ natural-compare@^1.4.0:
|
|
| 12147 |
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
|
| 12148 |
|
| 12149 |
needle@^2.5.2:
|
| 12150 |
-
version "2.
|
| 12151 |
-
resolved "https://registry.yarnpkg.com/needle/-/needle-2.
|
| 12152 |
-
integrity sha512-
|
| 12153 |
dependencies:
|
| 12154 |
debug "^3.2.6"
|
| 12155 |
iconv-lite "^0.4.4"
|
|
@@ -12201,31 +11039,31 @@ no-case@^3.0.4:
|
|
| 12201 |
tslib "^2.0.3"
|
| 12202 |
|
| 12203 |
node-abi@^2.21.0:
|
| 12204 |
-
version "2.30.
|
| 12205 |
-
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.
|
| 12206 |
-
integrity sha512
|
| 12207 |
dependencies:
|
| 12208 |
semver "^5.4.1"
|
| 12209 |
|
| 12210 |
-
node-addon-api@^
|
| 12211 |
-
version "
|
| 12212 |
-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-
|
| 12213 |
-
integrity sha512-
|
| 12214 |
|
| 12215 |
node-eta@^0.9.0:
|
| 12216 |
version "0.9.0"
|
| 12217 |
resolved "https://registry.yarnpkg.com/node-eta/-/node-eta-0.9.0.tgz#9fb0b099bcd2a021940e603c64254dc003d9a7a8"
|
| 12218 |
integrity sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=
|
| 12219 |
|
| 12220 |
-
node-fetch@2.6.1
|
| 12221 |
version "2.6.1"
|
| 12222 |
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
| 12223 |
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
| 12224 |
|
| 12225 |
-
node-
|
| 12226 |
-
version "
|
| 12227 |
-
resolved "https://registry.yarnpkg.com/node-
|
| 12228 |
-
integrity sha512-
|
| 12229 |
|
| 12230 |
node-gyp@^5.0.2:
|
| 12231 |
version "5.1.1"
|
|
@@ -12260,23 +11098,15 @@ node-gyp@^7.1.0:
|
|
| 12260 |
tar "^6.0.2"
|
| 12261 |
which "^2.0.2"
|
| 12262 |
|
| 12263 |
-
node-object-hash@^2.
|
| 12264 |
-
version "2.3.
|
| 12265 |
-
resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-2.3.
|
| 12266 |
-
integrity sha512-
|
| 12267 |
-
|
| 12268 |
-
node-releases@^1.1.61, node-releases@^1.1.71:
|
| 12269 |
-
version "1.1.73"
|
| 12270 |
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
|
| 12271 |
-
integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
|
| 12272 |
|
| 12273 |
-
|
| 12274 |
-
version "
|
| 12275 |
-
resolved "https://registry.yarnpkg.com/
|
| 12276 |
-
integrity
|
| 12277 |
-
dependencies:
|
| 12278 |
-
inherits "^2.0.1"
|
| 12279 |
-
readable-stream "~1.0.31"
|
| 12280 |
|
| 12281 |
nopt@^4.0.1:
|
| 12282 |
version "4.0.3"
|
|
@@ -12293,7 +11123,7 @@ nopt@^5.0.0:
|
|
| 12293 |
dependencies:
|
| 12294 |
abbrev "1"
|
| 12295 |
|
| 12296 |
-
normalize-package-data@^2.0.0, normalize-package-data@^2.3.
|
| 12297 |
version "2.5.0"
|
| 12298 |
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
| 12299 |
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
|
|
@@ -12304,12 +11134,12 @@ normalize-package-data@^2.0.0, normalize-package-data@^2.3.0, normalize-package-
|
|
| 12304 |
validate-npm-package-license "^3.0.1"
|
| 12305 |
|
| 12306 |
normalize-package-data@^3.0.0, normalize-package-data@^3.0.2:
|
| 12307 |
-
version "3.0.
|
| 12308 |
-
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.
|
| 12309 |
-
integrity sha512-
|
| 12310 |
dependencies:
|
| 12311 |
hosted-git-info "^4.0.1"
|
| 12312 |
-
|
| 12313 |
semver "^7.3.4"
|
| 12314 |
validate-npm-package-license "^3.0.1"
|
| 12315 |
|
|
@@ -12344,10 +11174,10 @@ normalize-url@^4.1.0:
|
|
| 12344 |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
|
| 12345 |
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
|
| 12346 |
|
| 12347 |
-
normalize-url@^6.0.1:
|
| 12348 |
-
version "6.0
|
| 12349 |
-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.0.
|
| 12350 |
-
integrity sha512-
|
| 12351 |
|
| 12352 |
not@^0.1.0:
|
| 12353 |
version "0.1.0"
|
|
@@ -12361,14 +11191,6 @@ npm-bundled@^1.1.1:
|
|
| 12361 |
dependencies:
|
| 12362 |
npm-normalize-package-bin "^1.0.1"
|
| 12363 |
|
| 12364 |
-
npm-conf@^1.1.0:
|
| 12365 |
-
version "1.1.3"
|
| 12366 |
-
resolved "https://registry.yarnpkg.com/npm-conf/-/npm-conf-1.1.3.tgz#256cc47bd0e218c259c4e9550bf413bc2192aff9"
|
| 12367 |
-
integrity sha512-Yic4bZHJOt9RCFbRP3GgpqhScOY4HH3V2P8yBj6CeYq118Qr+BLXqT2JvpJ00mryLESpgOxf5XlFv4ZjXxLScw==
|
| 12368 |
-
dependencies:
|
| 12369 |
-
config-chain "^1.1.11"
|
| 12370 |
-
pify "^3.0.0"
|
| 12371 |
-
|
| 12372 |
npm-install-checks@^4.0.0:
|
| 12373 |
version "4.0.0"
|
| 12374 |
resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-4.0.0.tgz#a37facc763a2fde0497ef2c6d0ac7c3fbe00d7b4"
|
|
@@ -12457,7 +11279,7 @@ npm-run-path@^2.0.0:
|
|
| 12457 |
dependencies:
|
| 12458 |
path-key "^2.0.0"
|
| 12459 |
|
| 12460 |
-
npm-run-path@^4.0.
|
| 12461 |
version "4.0.1"
|
| 12462 |
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
|
| 12463 |
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
|
|
@@ -12520,12 +11342,12 @@ object-copy@^0.1.0:
|
|
| 12520 |
define-property "^0.2.5"
|
| 12521 |
kind-of "^3.0.3"
|
| 12522 |
|
| 12523 |
-
object-inspect@^1.
|
| 12524 |
-
version "1.
|
| 12525 |
-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.
|
| 12526 |
-
integrity sha512-
|
| 12527 |
|
| 12528 |
-
object-is@^1.
|
| 12529 |
version "1.1.5"
|
| 12530 |
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
|
| 12531 |
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
|
|
@@ -12579,7 +11401,7 @@ object.fromentries@^2.0.4:
|
|
| 12579 |
es-abstract "^1.18.0-next.2"
|
| 12580 |
has "^1.0.3"
|
| 12581 |
|
| 12582 |
-
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0
|
| 12583 |
version "2.1.2"
|
| 12584 |
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
|
| 12585 |
integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==
|
|
@@ -12595,7 +11417,7 @@ object.pick@^1.3.0:
|
|
| 12595 |
dependencies:
|
| 12596 |
isobject "^3.0.1"
|
| 12597 |
|
| 12598 |
-
object.values@^1.1.0, object.values@^1.1.
|
| 12599 |
version "1.1.4"
|
| 12600 |
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
|
| 12601 |
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
|
|
@@ -12609,11 +11431,6 @@ objectFitPolyfill@^2.3.0:
|
|
| 12609 |
resolved "https://registry.yarnpkg.com/objectFitPolyfill/-/objectFitPolyfill-2.3.5.tgz#be8c83064aabfa4e88780f776c2013c48ce1f745"
|
| 12610 |
integrity sha512-8Quz071ZmGi0QWEG4xB3Bv5Lpw6K0Uca87FLoLMKMWjB6qIq9IyBegP3b/VLNxv2WYvIMGoeUQ+c6ibUkNa8TA==
|
| 12611 |
|
| 12612 |
-
obuf@^1.0.0, obuf@^1.1.2:
|
| 12613 |
-
version "1.1.2"
|
| 12614 |
-
resolved "https://registry.yarnpkg.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
|
| 12615 |
-
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
|
| 12616 |
-
|
| 12617 |
omggif@^1.0.10, omggif@^1.0.9:
|
| 12618 |
version "1.0.10"
|
| 12619 |
resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
|
|
@@ -12658,13 +11475,6 @@ opentracing@^0.14.4:
|
|
| 12658 |
resolved "https://registry.yarnpkg.com/opentracing/-/opentracing-0.14.5.tgz#891fa92cd90a24e64f99bc964370227310926c85"
|
| 12659 |
integrity sha512-XLKtEfHxqrWyF1fzxznsv78w3csW41ucHnjiKnfzZLD5FN8UBDZZL1i4q0FR29zjxXhm+2Hop+5Vr/b8tKIvEg==
|
| 12660 |
|
| 12661 |
-
opn@^5.5.0:
|
| 12662 |
-
version "5.5.0"
|
| 12663 |
-
resolved "https://registry.yarnpkg.com/opn/-/opn-5.5.0.tgz#fc7164fab56d235904c51c3b27da6758ca3b9bfc"
|
| 12664 |
-
integrity sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==
|
| 12665 |
-
dependencies:
|
| 12666 |
-
is-wsl "^1.1.0"
|
| 12667 |
-
|
| 12668 |
optionator@^0.9.1:
|
| 12669 |
version "0.9.1"
|
| 12670 |
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
|
|
@@ -12677,20 +11487,6 @@ optionator@^0.9.1:
|
|
| 12677 |
type-check "^0.4.0"
|
| 12678 |
word-wrap "^1.2.3"
|
| 12679 |
|
| 12680 |
-
original@^1.0.0:
|
| 12681 |
-
version "1.0.2"
|
| 12682 |
-
resolved "https://registry.yarnpkg.com/original/-/original-1.0.2.tgz#e442a61cffe1c5fd20a65f3261c26663b303f25f"
|
| 12683 |
-
integrity sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==
|
| 12684 |
-
dependencies:
|
| 12685 |
-
url-parse "^1.4.3"
|
| 12686 |
-
|
| 12687 |
-
os-filter-obj@^2.0.0:
|
| 12688 |
-
version "2.0.0"
|
| 12689 |
-
resolved "https://registry.yarnpkg.com/os-filter-obj/-/os-filter-obj-2.0.0.tgz#1c0b62d5f3a2442749a2d139e6dddee6e81d8d16"
|
| 12690 |
-
integrity sha512-uksVLsqG3pVdzzPvmAHpBK0wKxYItuzZr7SziusRPoz67tGV8rL1szZ6IdeUrbqLjGDwApBtN29eEE3IqGHOjg==
|
| 12691 |
-
dependencies:
|
| 12692 |
-
arch "^2.1.0"
|
| 12693 |
-
|
| 12694 |
os-homedir@^1.0.0:
|
| 12695 |
version "1.0.2"
|
| 12696 |
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
|
|
@@ -12709,18 +11505,6 @@ osenv@^0.1.4:
|
|
| 12709 |
os-homedir "^1.0.0"
|
| 12710 |
os-tmpdir "^1.0.0"
|
| 12711 |
|
| 12712 |
-
ow@^0.17.0:
|
| 12713 |
-
version "0.17.0"
|
| 12714 |
-
resolved "https://registry.yarnpkg.com/ow/-/ow-0.17.0.tgz#4f938999fed6264c9048cd6254356e0f1e7f688c"
|
| 12715 |
-
integrity sha512-i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==
|
| 12716 |
-
dependencies:
|
| 12717 |
-
type-fest "^0.11.0"
|
| 12718 |
-
|
| 12719 |
-
p-cancelable@^0.3.0:
|
| 12720 |
-
version "0.3.0"
|
| 12721 |
-
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
|
| 12722 |
-
integrity sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==
|
| 12723 |
-
|
| 12724 |
p-cancelable@^0.4.0:
|
| 12725 |
version "0.4.1"
|
| 12726 |
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0"
|
|
@@ -12746,20 +11530,6 @@ p-defer@^3.0.0:
|
|
| 12746 |
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-3.0.0.tgz#d1dceb4ee9b2b604b1d94ffec83760175d4e6f83"
|
| 12747 |
integrity sha512-ugZxsxmtTln604yeYd29EGrNhazN2lywetzpKhfmQjW/VJmhpDmWbiX+h0zL8V91R0UXkhb3KtPmyq9PZw3aYw==
|
| 12748 |
|
| 12749 |
-
p-event@^1.0.0:
|
| 12750 |
-
version "1.3.0"
|
| 12751 |
-
resolved "https://registry.yarnpkg.com/p-event/-/p-event-1.3.0.tgz#8e6b4f4f65c72bc5b6fe28b75eda874f96a4a085"
|
| 12752 |
-
integrity sha1-jmtPT2XHK8W2/ii3XtqHT5akoIU=
|
| 12753 |
-
dependencies:
|
| 12754 |
-
p-timeout "^1.1.1"
|
| 12755 |
-
|
| 12756 |
-
p-event@^2.1.0:
|
| 12757 |
-
version "2.3.1"
|
| 12758 |
-
resolved "https://registry.yarnpkg.com/p-event/-/p-event-2.3.1.tgz#596279ef169ab2c3e0cae88c1cfbb08079993ef6"
|
| 12759 |
-
integrity sha512-NQCqOFhbpVTMX4qMe8PF8lbGtzZ+LCiN7pcNrb/413Na7+TRoe1xkKUzuWa/YEJdGQ0FvKtj35EEbDoVPO2kbA==
|
| 12760 |
-
dependencies:
|
| 12761 |
-
p-timeout "^2.0.1"
|
| 12762 |
-
|
| 12763 |
p-event@^4.0.0:
|
| 12764 |
version "4.2.0"
|
| 12765 |
resolved "https://registry.yarnpkg.com/p-event/-/p-event-4.2.0.tgz#af4b049c8acd91ae81083ebd1e6f5cae2044c1b5"
|
|
@@ -12819,23 +11589,11 @@ p-locate@^4.1.0:
|
|
| 12819 |
dependencies:
|
| 12820 |
p-limit "^2.2.0"
|
| 12821 |
|
| 12822 |
-
p-map-series@^1.0.0:
|
| 12823 |
-
version "1.0.0"
|
| 12824 |
-
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
|
| 12825 |
-
integrity sha1-v5j+V1cFZYqeE1G++4WuTB8Hvco=
|
| 12826 |
-
dependencies:
|
| 12827 |
-
p-reduce "^1.0.0"
|
| 12828 |
-
|
| 12829 |
p-map-series@^2.1.0:
|
| 12830 |
version "2.1.0"
|
| 12831 |
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-2.1.0.tgz#7560d4c452d9da0c07e692fdbfe6e2c81a2a91f2"
|
| 12832 |
integrity sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==
|
| 12833 |
|
| 12834 |
-
p-map@^2.0.0:
|
| 12835 |
-
version "2.1.0"
|
| 12836 |
-
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
|
| 12837 |
-
integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==
|
| 12838 |
-
|
| 12839 |
p-map@^3.0.0:
|
| 12840 |
version "3.0.0"
|
| 12841 |
resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
|
|
@@ -12850,7 +11608,7 @@ p-map@^4.0.0:
|
|
| 12850 |
dependencies:
|
| 12851 |
aggregate-error "^3.0.0"
|
| 12852 |
|
| 12853 |
-
p-pipe@^3.
|
| 12854 |
version "3.1.0"
|
| 12855 |
resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-3.1.0.tgz#48b57c922aa2e1af6a6404cb7c6bf0eb9cc8e60e"
|
| 12856 |
integrity sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==
|
|
@@ -12863,30 +11621,11 @@ p-queue@^6.6.2:
|
|
| 12863 |
eventemitter3 "^4.0.4"
|
| 12864 |
p-timeout "^3.2.0"
|
| 12865 |
|
| 12866 |
-
p-reduce@^1.0.0:
|
| 12867 |
-
version "1.0.0"
|
| 12868 |
-
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-1.0.0.tgz#18c2b0dd936a4690a529f8231f58a0fdb6a47dfa"
|
| 12869 |
-
integrity sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=
|
| 12870 |
-
|
| 12871 |
p-reduce@^2.0.0, p-reduce@^2.1.0:
|
| 12872 |
version "2.1.0"
|
| 12873 |
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-2.1.0.tgz#09408da49507c6c274faa31f28df334bc712b64a"
|
| 12874 |
integrity sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==
|
| 12875 |
|
| 12876 |
-
p-retry@^3.0.1:
|
| 12877 |
-
version "3.0.1"
|
| 12878 |
-
resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-3.0.1.tgz#316b4c8893e2c8dc1cfa891f406c4b422bebf328"
|
| 12879 |
-
integrity sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==
|
| 12880 |
-
dependencies:
|
| 12881 |
-
retry "^0.12.0"
|
| 12882 |
-
|
| 12883 |
-
p-timeout@^1.1.1:
|
| 12884 |
-
version "1.2.1"
|
| 12885 |
-
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386"
|
| 12886 |
-
integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=
|
| 12887 |
-
dependencies:
|
| 12888 |
-
p-finally "^1.0.0"
|
| 12889 |
-
|
| 12890 |
p-timeout@^2.0.1:
|
| 12891 |
version "2.0.1"
|
| 12892 |
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
|
|
@@ -12929,11 +11668,11 @@ package-json@^6.3.0:
|
|
| 12929 |
semver "^6.2.0"
|
| 12930 |
|
| 12931 |
pacote@^11.2.6:
|
| 12932 |
-
version "11.3.
|
| 12933 |
-
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.3.
|
| 12934 |
-
integrity sha512-
|
| 12935 |
dependencies:
|
| 12936 |
-
"@npmcli/git" "^2.0
|
| 12937 |
"@npmcli/installed-package-contents" "^1.0.6"
|
| 12938 |
"@npmcli/promise-spawn" "^1.2.0"
|
| 12939 |
"@npmcli/run-script" "^1.8.2"
|
|
@@ -13024,22 +11763,10 @@ parse-entities@^2.0.0:
|
|
| 13024 |
is-decimal "^1.0.0"
|
| 13025 |
is-hexadecimal "^1.0.0"
|
| 13026 |
|
| 13027 |
-
parse-github-repo-url@^1.3.0:
|
| 13028 |
-
version "1.4.1"
|
| 13029 |
-
resolved "https://registry.yarnpkg.com/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz#9e7d8bb252a6cb6ba42595060b7bf6df3dbc1f50"
|
| 13030 |
-
integrity sha1-nn2LslKmy2ukJZUGC3v23z28H1A=
|
| 13031 |
-
|
| 13032 |
parse-headers@^2.0.0:
|
| 13033 |
-
version "2.0.
|
| 13034 |
-
resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.
|
| 13035 |
-
integrity sha512-
|
| 13036 |
-
|
| 13037 |
-
parse-json@^2.2.0:
|
| 13038 |
-
version "2.2.0"
|
| 13039 |
-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
|
| 13040 |
-
integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
|
| 13041 |
-
dependencies:
|
| 13042 |
-
error-ex "^1.2.0"
|
| 13043 |
|
| 13044 |
parse-json@^4.0.0:
|
| 13045 |
version "4.0.0"
|
|
@@ -13083,13 +11810,13 @@ parse-unit@^1.0.1:
|
|
| 13083 |
resolved "https://registry.yarnpkg.com/parse-unit/-/parse-unit-1.0.1.tgz#7e1bb6d5bef3874c28e392526a2541170291eecf"
|
| 13084 |
integrity sha1-fhu21b7zh0wo45JSaiVBFwKR7s8=
|
| 13085 |
|
| 13086 |
-
parse-url@^
|
| 13087 |
-
version "
|
| 13088 |
-
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-
|
| 13089 |
-
integrity sha512-
|
| 13090 |
dependencies:
|
| 13091 |
is-ssh "^1.3.0"
|
| 13092 |
-
normalize-url "^6.0
|
| 13093 |
parse-path "^4.0.0"
|
| 13094 |
protocols "^1.4.0"
|
| 13095 |
|
|
@@ -13115,7 +11842,7 @@ parseuri@0.0.6:
|
|
| 13115 |
resolved "https://registry.yarnpkg.com/parseuri/-/parseuri-0.0.6.tgz#e1496e829e3ac2ff47f39a4dd044b32823c4a25a"
|
| 13116 |
integrity sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==
|
| 13117 |
|
| 13118 |
-
parseurl@^1.3.3, parseurl@~1.3.
|
| 13119 |
version "1.3.3"
|
| 13120 |
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
|
| 13121 |
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
|
|
@@ -13156,18 +11883,6 @@ path-case@^2.1.0:
|
|
| 13156 |
dependencies:
|
| 13157 |
no-case "^2.2.0"
|
| 13158 |
|
| 13159 |
-
path-dirname@^1.0.0:
|
| 13160 |
-
version "1.0.2"
|
| 13161 |
-
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
|
| 13162 |
-
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
|
| 13163 |
-
|
| 13164 |
-
path-exists@^2.0.0:
|
| 13165 |
-
version "2.1.0"
|
| 13166 |
-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
|
| 13167 |
-
integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
|
| 13168 |
-
dependencies:
|
| 13169 |
-
pinkie-promise "^2.0.0"
|
| 13170 |
-
|
| 13171 |
path-exists@^3.0.0:
|
| 13172 |
version "3.0.0"
|
| 13173 |
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
|
@@ -13208,15 +11923,6 @@ path-to-regexp@0.1.7:
|
|
| 13208 |
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
|
| 13209 |
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
|
| 13210 |
|
| 13211 |
-
path-type@^1.0.0:
|
| 13212 |
-
version "1.1.0"
|
| 13213 |
-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
|
| 13214 |
-
integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=
|
| 13215 |
-
dependencies:
|
| 13216 |
-
graceful-fs "^4.1.2"
|
| 13217 |
-
pify "^2.0.0"
|
| 13218 |
-
pinkie-promise "^2.0.0"
|
| 13219 |
-
|
| 13220 |
path-type@^3.0.0:
|
| 13221 |
version "3.0.0"
|
| 13222 |
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
|
|
@@ -13229,15 +11935,10 @@ path-type@^4.0.0:
|
|
| 13229 |
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
| 13230 |
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
| 13231 |
|
| 13232 |
-
peek-readable@^
|
| 13233 |
-
version "
|
| 13234 |
-
resolved "https://registry.yarnpkg.com/peek-readable/-/peek-readable-
|
| 13235 |
-
integrity sha512-
|
| 13236 |
-
|
| 13237 |
-
pend@~1.2.0:
|
| 13238 |
-
version "1.2.0"
|
| 13239 |
-
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
|
| 13240 |
-
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
|
| 13241 |
|
| 13242 |
performance-now@^2.1.0:
|
| 13243 |
version "2.1.0"
|
|
@@ -13259,7 +11960,7 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
|
|
| 13259 |
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
| 13260 |
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
| 13261 |
|
| 13262 |
-
pify@^2.
|
| 13263 |
version "2.3.0"
|
| 13264 |
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
| 13265 |
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
|
|
@@ -13279,18 +11980,6 @@ pify@^5.0.0:
|
|
| 13279 |
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
|
| 13280 |
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
|
| 13281 |
|
| 13282 |
-
pinkie-promise@^2.0.0:
|
| 13283 |
-
version "2.0.1"
|
| 13284 |
-
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
|
| 13285 |
-
integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
|
| 13286 |
-
dependencies:
|
| 13287 |
-
pinkie "^2.0.0"
|
| 13288 |
-
|
| 13289 |
-
pinkie@^2.0.0:
|
| 13290 |
-
version "2.0.4"
|
| 13291 |
-
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
|
| 13292 |
-
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
|
| 13293 |
-
|
| 13294 |
pixelmatch@^4.0.2:
|
| 13295 |
version "4.0.2"
|
| 13296 |
resolved "https://registry.yarnpkg.com/pixelmatch/-/pixelmatch-4.0.2.tgz#8f47dcec5011b477b67db03c243bc1f3085e8854"
|
|
@@ -13305,13 +11994,6 @@ pkg-dir@^2.0.0:
|
|
| 13305 |
dependencies:
|
| 13306 |
find-up "^2.1.0"
|
| 13307 |
|
| 13308 |
-
pkg-dir@^3.0.0:
|
| 13309 |
-
version "3.0.0"
|
| 13310 |
-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
|
| 13311 |
-
integrity sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==
|
| 13312 |
-
dependencies:
|
| 13313 |
-
find-up "^3.0.0"
|
| 13314 |
-
|
| 13315 |
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
| 13316 |
version "4.2.0"
|
| 13317 |
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
|
|
@@ -13343,23 +12025,6 @@ pngjs@^3.0.0, pngjs@^3.3.3:
|
|
| 13343 |
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
|
| 13344 |
integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
|
| 13345 |
|
| 13346 |
-
pngquant-bin@^6.0.0:
|
| 13347 |
-
version "6.0.0"
|
| 13348 |
-
resolved "https://registry.yarnpkg.com/pngquant-bin/-/pngquant-bin-6.0.0.tgz#aff0d7e61095feb96ced379ad8c7294ad3dd1712"
|
| 13349 |
-
integrity sha512-oXWAS9MQ9iiDAJRdAZ9KO1mC5UwhzKkJsmetiu0iqIjJuW7JsuLhmc4JdRm7uJkIWRzIAou/Vq2VcjfJwz30Ow==
|
| 13350 |
-
dependencies:
|
| 13351 |
-
bin-build "^3.0.0"
|
| 13352 |
-
bin-wrapper "^4.0.1"
|
| 13353 |
-
execa "^4.0.0"
|
| 13354 |
-
logalot "^2.0.0"
|
| 13355 |
-
|
| 13356 |
-
pnp-webpack-plugin@^1.6.4:
|
| 13357 |
-
version "1.6.4"
|
| 13358 |
-
resolved "https://registry.yarnpkg.com/pnp-webpack-plugin/-/pnp-webpack-plugin-1.6.4.tgz#c9711ac4dc48a685dabafc86f8b6dd9f8df84149"
|
| 13359 |
-
integrity sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==
|
| 13360 |
-
dependencies:
|
| 13361 |
-
ts-pnp "^1.1.6"
|
| 13362 |
-
|
| 13363 |
popmotion@9.0.0-rc.20:
|
| 13364 |
version "9.0.0-rc.20"
|
| 13365 |
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-9.0.0-rc.20.tgz#f3550042ae31957b5416793ae8723200951ad39d"
|
|
@@ -13370,15 +12035,6 @@ popmotion@9.0.0-rc.20:
|
|
| 13370 |
style-value-types "^3.1.9"
|
| 13371 |
tslib "^1.10.0"
|
| 13372 |
|
| 13373 |
-
portfinder@^1.0.26:
|
| 13374 |
-
version "1.0.28"
|
| 13375 |
-
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.28.tgz#67c4622852bd5374dd1dd900f779f53462fac778"
|
| 13376 |
-
integrity sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==
|
| 13377 |
-
dependencies:
|
| 13378 |
-
async "^2.6.2"
|
| 13379 |
-
debug "^3.1.1"
|
| 13380 |
-
mkdirp "^0.5.5"
|
| 13381 |
-
|
| 13382 |
posix-character-classes@^0.1.0:
|
| 13383 |
version "0.1.1"
|
| 13384 |
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
|
|
@@ -13470,13 +12126,13 @@ postcss-minify-font-values@^5.0.1:
|
|
| 13470 |
dependencies:
|
| 13471 |
postcss-value-parser "^4.1.0"
|
| 13472 |
|
| 13473 |
-
postcss-minify-gradients@^5.0.
|
| 13474 |
-
version "5.0.
|
| 13475 |
-
resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.
|
| 13476 |
-
integrity sha512-
|
| 13477 |
dependencies:
|
|
|
|
| 13478 |
cssnano-utils "^2.0.1"
|
| 13479 |
-
is-color-stop "^1.1.0"
|
| 13480 |
postcss-value-parser "^4.1.0"
|
| 13481 |
|
| 13482 |
postcss-minify-params@^5.0.1:
|
|
@@ -13647,16 +12303,7 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
|
|
| 13647 |
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
| 13648 |
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
|
| 13649 |
|
| 13650 |
-
postcss@^8.2.15, postcss@^8.2.9:
|
| 13651 |
-
version "8.3.5"
|
| 13652 |
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
|
| 13653 |
-
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
|
| 13654 |
-
dependencies:
|
| 13655 |
-
colorette "^1.2.2"
|
| 13656 |
-
nanoid "^3.1.23"
|
| 13657 |
-
source-map-js "^0.6.2"
|
| 13658 |
-
|
| 13659 |
-
postcss@^8.3.5:
|
| 13660 |
version "8.3.6"
|
| 13661 |
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
|
| 13662 |
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
|
|
@@ -13672,10 +12319,10 @@ potrace@^2.1.8:
|
|
| 13672 |
dependencies:
|
| 13673 |
jimp "^0.14.0"
|
| 13674 |
|
| 13675 |
-
prebuild-install@^6.1.
|
| 13676 |
-
version "6.1.
|
| 13677 |
-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.
|
| 13678 |
-
integrity sha512-
|
| 13679 |
dependencies:
|
| 13680 |
detect-libc "^1.0.3"
|
| 13681 |
expand-template "^2.0.3"
|
|
@@ -13701,22 +12348,12 @@ prelude-ls@^1.2.1:
|
|
| 13701 |
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
| 13702 |
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
| 13703 |
|
| 13704 |
-
prepend-http@^1.0.1:
|
| 13705 |
-
version "1.0.4"
|
| 13706 |
-
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
|
| 13707 |
-
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
|
| 13708 |
-
|
| 13709 |
prepend-http@^2.0.0:
|
| 13710 |
version "2.0.0"
|
| 13711 |
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
| 13712 |
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
| 13713 |
|
| 13714 |
-
prettier@^2.3.1:
|
| 13715 |
-
version "2.3.1"
|
| 13716 |
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1.tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6"
|
| 13717 |
-
integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA==
|
| 13718 |
-
|
| 13719 |
-
prettier@^2.3.2:
|
| 13720 |
version "2.3.2"
|
| 13721 |
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
|
| 13722 |
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
|
|
@@ -13818,7 +12455,7 @@ prop-types@^15.5.0, prop-types@^15.5.10, prop-types@^15.6.1, prop-types@^15.6.2,
|
|
| 13818 |
object-assign "^4.1.1"
|
| 13819 |
react-is "^16.8.1"
|
| 13820 |
|
| 13821 |
-
proper-lockfile@^4.1.
|
| 13822 |
version "4.1.2"
|
| 13823 |
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.2.tgz#c8b9de2af6b2f1601067f98e01ac66baa223141f"
|
| 13824 |
integrity sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==
|
|
@@ -13852,11 +12489,6 @@ proxy-addr@~2.0.5:
|
|
| 13852 |
forwarded "0.2.0"
|
| 13853 |
ipaddr.js "1.9.1"
|
| 13854 |
|
| 13855 |
-
prr@~1.0.1:
|
| 13856 |
-
version "1.0.1"
|
| 13857 |
-
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
|
| 13858 |
-
integrity sha1-0/wRS6BplaRexok/SEzrHXj19HY=
|
| 13859 |
-
|
| 13860 |
pseudomap@^1.0.1, pseudomap@^1.0.2:
|
| 13861 |
version "1.0.2"
|
| 13862 |
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
|
|
@@ -13943,11 +12575,6 @@ querystring@^0.2.0:
|
|
| 13943 |
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
|
| 13944 |
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
|
| 13945 |
|
| 13946 |
-
querystringify@^2.1.1:
|
| 13947 |
-
version "2.2.0"
|
| 13948 |
-
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
|
| 13949 |
-
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==
|
| 13950 |
-
|
| 13951 |
queue-microtask@^1.2.2:
|
| 13952 |
version "1.2.3"
|
| 13953 |
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
|
@@ -14015,9 +12642,9 @@ rc-switch@^3.2.1:
|
|
| 14015 |
rc-util "^5.0.1"
|
| 14016 |
|
| 14017 |
rc-util@^5.0.1:
|
| 14018 |
-
version "5.13.
|
| 14019 |
-
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.13.
|
| 14020 |
-
integrity sha512-
|
| 14021 |
dependencies:
|
| 14022 |
"@babel/runtime" "^7.12.5"
|
| 14023 |
react-is "^16.12.0"
|
|
@@ -14033,10 +12660,10 @@ rc@^1.2.7, rc@^1.2.8:
|
|
| 14033 |
minimist "^1.2.0"
|
| 14034 |
strip-json-comments "~2.0.1"
|
| 14035 |
|
| 14036 |
-
react-accessible-accordion@^3.3.
|
| 14037 |
-
version "3.3.
|
| 14038 |
-
resolved "https://registry.yarnpkg.com/react-accessible-accordion/-/react-accessible-accordion-3.3.
|
| 14039 |
-
integrity sha512-
|
| 14040 |
|
| 14041 |
react-anchor-link-smooth-scroll@^1.0.12:
|
| 14042 |
version "1.0.12"
|
|
@@ -14112,9 +12739,9 @@ react-fast-compare@^3.0.0, react-fast-compare@^3.1.1:
|
|
| 14112 |
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
|
| 14113 |
|
| 14114 |
react-from-dom@^0.6.0:
|
| 14115 |
-
version "0.6.
|
| 14116 |
-
resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.6.
|
| 14117 |
-
integrity sha512-
|
| 14118 |
|
| 14119 |
react-helmet@^6.1.0:
|
| 14120 |
version "6.1.0"
|
|
@@ -14139,32 +12766,32 @@ react-inlinesvg@^2.3.0:
|
|
| 14139 |
exenv "^1.2.2"
|
| 14140 |
react-from-dom "^0.6.0"
|
| 14141 |
|
| 14142 |
-
react-instantsearch-core@^6.12.
|
| 14143 |
-
version "6.12.
|
| 14144 |
-
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.12.
|
| 14145 |
-
integrity sha512-
|
| 14146 |
dependencies:
|
| 14147 |
"@babel/runtime" "^7.1.2"
|
| 14148 |
algoliasearch-helper "^3.5.3"
|
| 14149 |
prop-types "^15.6.2"
|
| 14150 |
react-fast-compare "^3.0.0"
|
| 14151 |
|
| 14152 |
-
react-instantsearch-dom@^6.12.
|
| 14153 |
-
version "6.12.
|
| 14154 |
-
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.12.
|
| 14155 |
-
integrity sha512
|
| 14156 |
dependencies:
|
| 14157 |
"@babel/runtime" "^7.1.2"
|
| 14158 |
algoliasearch-helper "^3.5.3"
|
| 14159 |
classnames "^2.2.5"
|
| 14160 |
prop-types "^15.6.2"
|
| 14161 |
react-fast-compare "^3.0.0"
|
| 14162 |
-
react-instantsearch-core "^6.12.
|
| 14163 |
|
| 14164 |
-
react-intersection-observer@^8.32.
|
| 14165 |
-
version "8.32.
|
| 14166 |
-
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.32.
|
| 14167 |
-
integrity sha512-
|
| 14168 |
|
| 14169 |
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
|
| 14170 |
version "16.13.1"
|
|
@@ -14254,9 +12881,9 @@ read-cmd-shim@^2.0.0:
|
|
| 14254 |
integrity sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==
|
| 14255 |
|
| 14256 |
read-package-json-fast@^2.0.1:
|
| 14257 |
-
version "2.0.
|
| 14258 |
-
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-2.0.
|
| 14259 |
-
integrity sha512-
|
| 14260 |
dependencies:
|
| 14261 |
json-parse-even-better-errors "^2.3.0"
|
| 14262 |
npm-normalize-package-bin "^1.0.1"
|
|
@@ -14271,7 +12898,7 @@ read-package-json@^2.0.0:
|
|
| 14271 |
normalize-package-data "^2.0.0"
|
| 14272 |
npm-normalize-package-bin "^1.0.0"
|
| 14273 |
|
| 14274 |
-
read-package-json@^3.0.0
|
| 14275 |
version "3.0.1"
|
| 14276 |
resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-3.0.1.tgz#c7108f0b9390257b08c21e3004d2404c806744b9"
|
| 14277 |
integrity sha512-aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng==
|
|
@@ -14281,6 +12908,16 @@ read-package-json@^3.0.0, read-package-json@^3.0.1:
|
|
| 14281 |
normalize-package-data "^3.0.0"
|
| 14282 |
npm-normalize-package-bin "^1.0.0"
|
| 14283 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14284 |
read-package-tree@^5.3.1:
|
| 14285 |
version "5.3.1"
|
| 14286 |
resolved "https://registry.yarnpkg.com/read-package-tree/-/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636"
|
|
@@ -14290,14 +12927,6 @@ read-package-tree@^5.3.1:
|
|
| 14290 |
readdir-scoped-modules "^1.0.0"
|
| 14291 |
util-promisify "^2.1.0"
|
| 14292 |
|
| 14293 |
-
read-pkg-up@^1.0.1:
|
| 14294 |
-
version "1.0.1"
|
| 14295 |
-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
|
| 14296 |
-
integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=
|
| 14297 |
-
dependencies:
|
| 14298 |
-
find-up "^1.0.0"
|
| 14299 |
-
read-pkg "^1.0.0"
|
| 14300 |
-
|
| 14301 |
read-pkg-up@^3.0.0:
|
| 14302 |
version "3.0.0"
|
| 14303 |
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
|
|
@@ -14315,15 +12944,6 @@ read-pkg-up@^7.0.1:
|
|
| 14315 |
read-pkg "^5.2.0"
|
| 14316 |
type-fest "^0.8.1"
|
| 14317 |
|
| 14318 |
-
read-pkg@^1.0.0:
|
| 14319 |
-
version "1.1.0"
|
| 14320 |
-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28"
|
| 14321 |
-
integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=
|
| 14322 |
-
dependencies:
|
| 14323 |
-
load-json-file "^1.0.0"
|
| 14324 |
-
normalize-package-data "^2.3.2"
|
| 14325 |
-
path-type "^1.0.0"
|
| 14326 |
-
|
| 14327 |
read-pkg@^3.0.0:
|
| 14328 |
version "3.0.0"
|
| 14329 |
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
|
|
@@ -14360,7 +12980,7 @@ readable-stream@1.1.x:
|
|
| 14360 |
isarray "0.0.1"
|
| 14361 |
string_decoder "~0.10.x"
|
| 14362 |
|
| 14363 |
-
readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.
|
| 14364 |
version "3.6.0"
|
| 14365 |
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
| 14366 |
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
|
|
@@ -14369,7 +12989,7 @@ readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stre
|
|
| 14369 |
string_decoder "^1.1.1"
|
| 14370 |
util-deprecate "^1.0.1"
|
| 14371 |
|
| 14372 |
-
readable-stream@^2.0.0, readable-stream@^2.0.
|
| 14373 |
version "2.3.7"
|
| 14374 |
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
|
| 14375 |
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
|
|
@@ -14382,22 +13002,11 @@ readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable
|
|
| 14382 |
string_decoder "~1.1.1"
|
| 14383 |
util-deprecate "~1.0.1"
|
| 14384 |
|
| 14385 |
-
readable-stream@~1.0.31:
|
| 14386 |
-
version "1.0.34"
|
| 14387 |
-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.0.34.tgz#125820e34bc842d2f2aaafafe4c2916ee32c157c"
|
| 14388 |
-
integrity sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=
|
| 14389 |
-
dependencies:
|
| 14390 |
-
core-util-is "~1.0.0"
|
| 14391 |
-
inherits "~2.0.1"
|
| 14392 |
-
isarray "0.0.1"
|
| 14393 |
-
string_decoder "~0.10.x"
|
| 14394 |
-
|
| 14395 |
readable-web-to-node-stream@^3.0.0:
|
| 14396 |
-
version "3.0.
|
| 14397 |
-
resolved "https://registry.yarnpkg.com/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.
|
| 14398 |
-
integrity sha512-
|
| 14399 |
dependencies:
|
| 14400 |
-
"@types/readable-stream" "^2.3.9"
|
| 14401 |
readable-stream "^3.6.0"
|
| 14402 |
|
| 14403 |
readdir-scoped-modules@^1.0.0:
|
|
@@ -14410,15 +13019,6 @@ readdir-scoped-modules@^1.0.0:
|
|
| 14410 |
graceful-fs "^4.1.2"
|
| 14411 |
once "^1.3.0"
|
| 14412 |
|
| 14413 |
-
readdirp@^2.2.1:
|
| 14414 |
-
version "2.2.1"
|
| 14415 |
-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525"
|
| 14416 |
-
integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==
|
| 14417 |
-
dependencies:
|
| 14418 |
-
graceful-fs "^4.1.11"
|
| 14419 |
-
micromatch "^3.1.10"
|
| 14420 |
-
readable-stream "^2.0.2"
|
| 14421 |
-
|
| 14422 |
readdirp@~3.6.0:
|
| 14423 |
version "3.6.0"
|
| 14424 |
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
|
|
@@ -14426,13 +13026,6 @@ readdirp@~3.6.0:
|
|
| 14426 |
dependencies:
|
| 14427 |
picomatch "^2.2.1"
|
| 14428 |
|
| 14429 |
-
rechoir@^0.6.2:
|
| 14430 |
-
version "0.6.2"
|
| 14431 |
-
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"
|
| 14432 |
-
integrity sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=
|
| 14433 |
-
dependencies:
|
| 14434 |
-
resolve "^1.1.6"
|
| 14435 |
-
|
| 14436 |
recursive-readdir@2.2.2:
|
| 14437 |
version "2.2.2"
|
| 14438 |
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
|
|
@@ -14440,14 +13033,6 @@ recursive-readdir@2.2.2:
|
|
| 14440 |
dependencies:
|
| 14441 |
minimatch "3.0.4"
|
| 14442 |
|
| 14443 |
-
redent@^1.0.0:
|
| 14444 |
-
version "1.0.0"
|
| 14445 |
-
resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde"
|
| 14446 |
-
integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=
|
| 14447 |
-
dependencies:
|
| 14448 |
-
indent-string "^2.1.0"
|
| 14449 |
-
strip-indent "^1.0.1"
|
| 14450 |
-
|
| 14451 |
redent@^3.0.0:
|
| 14452 |
version "3.0.0"
|
| 14453 |
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
|
|
@@ -14462,9 +13047,9 @@ redux-thunk@^2.3.0:
|
|
| 14462 |
integrity sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==
|
| 14463 |
|
| 14464 |
redux@^4.0.5:
|
| 14465 |
-
version "4.1.
|
| 14466 |
-
resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.
|
| 14467 |
-
integrity sha512-
|
| 14468 |
dependencies:
|
| 14469 |
"@babel/runtime" "^7.9.2"
|
| 14470 |
|
|
@@ -14486,9 +13071,9 @@ regenerator-runtime@^0.11.0:
|
|
| 14486 |
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
|
| 14487 |
|
| 14488 |
regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
|
| 14489 |
-
version "0.13.
|
| 14490 |
-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.
|
| 14491 |
-
integrity sha512-
|
| 14492 |
|
| 14493 |
regenerator-transform@^0.14.2:
|
| 14494 |
version "0.14.5"
|
|
@@ -14505,7 +13090,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|
| 14505 |
extend-shallow "^3.0.2"
|
| 14506 |
safe-regex "^1.1.0"
|
| 14507 |
|
| 14508 |
-
regexp.prototype.flags@^1.
|
| 14509 |
version "1.3.1"
|
| 14510 |
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
|
| 14511 |
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
|
|
@@ -14741,23 +13326,11 @@ repeat-string@^1.0.0, repeat-string@^1.5.2, repeat-string@^1.5.4, repeat-string@
|
|
| 14741 |
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
| 14742 |
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
|
| 14743 |
|
| 14744 |
-
repeating@^2.0.0:
|
| 14745 |
-
version "2.0.1"
|
| 14746 |
-
resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
|
| 14747 |
-
integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
|
| 14748 |
-
dependencies:
|
| 14749 |
-
is-finite "^1.0.0"
|
| 14750 |
-
|
| 14751 |
replace-ext@1.0.0:
|
| 14752 |
version "1.0.0"
|
| 14753 |
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
|
| 14754 |
integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=
|
| 14755 |
|
| 14756 |
-
replace-ext@^1.0.0:
|
| 14757 |
-
version "1.0.1"
|
| 14758 |
-
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.1.tgz#2d6d996d04a15855d967443631dd5f77825b016a"
|
| 14759 |
-
integrity sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==
|
| 14760 |
-
|
| 14761 |
request@^2.88.0, request@^2.88.2:
|
| 14762 |
version "2.88.2"
|
| 14763 |
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
|
@@ -14819,13 +13392,6 @@ resize-observer-polyfill@^1.5.0:
|
|
| 14819 |
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
|
| 14820 |
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
|
| 14821 |
|
| 14822 |
-
resolve-cwd@^2.0.0:
|
| 14823 |
-
version "2.0.0"
|
| 14824 |
-
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
|
| 14825 |
-
integrity sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=
|
| 14826 |
-
dependencies:
|
| 14827 |
-
resolve-from "^3.0.0"
|
| 14828 |
-
|
| 14829 |
resolve-cwd@^3.0.0:
|
| 14830 |
version "3.0.0"
|
| 14831 |
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
|
|
@@ -14838,11 +13404,6 @@ resolve-from@5.0.0, resolve-from@^5.0.0:
|
|
| 14838 |
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
| 14839 |
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
| 14840 |
|
| 14841 |
-
resolve-from@^3.0.0:
|
| 14842 |
-
version "3.0.0"
|
| 14843 |
-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
|
| 14844 |
-
integrity sha1-six699nWiBvItuZTM17rywoYh0g=
|
| 14845 |
-
|
| 14846 |
resolve-from@^4.0.0:
|
| 14847 |
version "4.0.0"
|
| 14848 |
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
|
@@ -14853,7 +13414,7 @@ resolve-url@^0.2.1:
|
|
| 14853 |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
| 14854 |
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
| 14855 |
|
| 14856 |
-
resolve@^1.
|
| 14857 |
version "1.20.0"
|
| 14858 |
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
| 14859 |
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
|
@@ -14946,16 +13507,6 @@ reusify@^1.0.4:
|
|
| 14946 |
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
| 14947 |
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
| 14948 |
|
| 14949 |
-
rgb-regex@^1.0.1:
|
| 14950 |
-
version "1.0.1"
|
| 14951 |
-
resolved "https://registry.yarnpkg.com/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1"
|
| 14952 |
-
integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE=
|
| 14953 |
-
|
| 14954 |
-
rgba-regex@^1.0.0:
|
| 14955 |
-
version "1.0.0"
|
| 14956 |
-
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
|
| 14957 |
-
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
|
| 14958 |
-
|
| 14959 |
rimraf@^2.6.2, rimraf@^2.6.3:
|
| 14960 |
version "2.7.1"
|
| 14961 |
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
|
@@ -14989,16 +13540,16 @@ rxjs@^6.6.0:
|
|
| 14989 |
dependencies:
|
| 14990 |
tslib "^1.9.0"
|
| 14991 |
|
| 14992 |
-
safe-buffer@*, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
|
| 14993 |
-
version "5.2.1"
|
| 14994 |
-
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
| 14995 |
-
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
| 14996 |
-
|
| 14997 |
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
| 14998 |
version "5.1.2"
|
| 14999 |
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
| 15000 |
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
| 15001 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15002 |
safe-regex@^1.1.0:
|
| 15003 |
version "1.1.0"
|
| 15004 |
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
|
@@ -15032,15 +13583,6 @@ scheduler@^0.20.2:
|
|
| 15032 |
loose-envify "^1.1.0"
|
| 15033 |
object-assign "^4.1.1"
|
| 15034 |
|
| 15035 |
-
schema-utils@^1.0.0:
|
| 15036 |
-
version "1.0.0"
|
| 15037 |
-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
|
| 15038 |
-
integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==
|
| 15039 |
-
dependencies:
|
| 15040 |
-
ajv "^6.1.0"
|
| 15041 |
-
ajv-errors "^1.0.0"
|
| 15042 |
-
ajv-keywords "^3.1.0"
|
| 15043 |
-
|
| 15044 |
schema-utils@^2.6.5:
|
| 15045 |
version "2.7.1"
|
| 15046 |
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
|
|
@@ -15050,12 +13592,12 @@ schema-utils@^2.6.5:
|
|
| 15050 |
ajv "^6.12.4"
|
| 15051 |
ajv-keywords "^3.5.2"
|
| 15052 |
|
| 15053 |
-
schema-utils@^3.0, schema-utils@^3.0.0:
|
| 15054 |
-
version "3.
|
| 15055 |
-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.
|
| 15056 |
-
integrity sha512-
|
| 15057 |
dependencies:
|
| 15058 |
-
"@types/json-schema" "^7.0.
|
| 15059 |
ajv "^6.12.5"
|
| 15060 |
ajv-keywords "^3.5.2"
|
| 15061 |
|
|
@@ -15067,25 +13609,6 @@ section-matter@^1.0.0:
|
|
| 15067 |
extend-shallow "^2.0.1"
|
| 15068 |
kind-of "^6.0.0"
|
| 15069 |
|
| 15070 |
-
seek-bzip@^1.0.5:
|
| 15071 |
-
version "1.0.6"
|
| 15072 |
-
resolved "https://registry.yarnpkg.com/seek-bzip/-/seek-bzip-1.0.6.tgz#35c4171f55a680916b52a07859ecf3b5857f21c4"
|
| 15073 |
-
integrity sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==
|
| 15074 |
-
dependencies:
|
| 15075 |
-
commander "^2.8.1"
|
| 15076 |
-
|
| 15077 |
-
select-hose@^2.0.0:
|
| 15078 |
-
version "2.0.0"
|
| 15079 |
-
resolved "https://registry.yarnpkg.com/select-hose/-/select-hose-2.0.0.tgz#625d8658f865af43ec962bfc376a37359a4994ca"
|
| 15080 |
-
integrity sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=
|
| 15081 |
-
|
| 15082 |
-
selfsigned@^1.10.8:
|
| 15083 |
-
version "1.10.11"
|
| 15084 |
-
resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.11.tgz#24929cd906fe0f44b6d01fb23999a739537acbe9"
|
| 15085 |
-
integrity sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==
|
| 15086 |
-
dependencies:
|
| 15087 |
-
node-forge "^0.10.0"
|
| 15088 |
-
|
| 15089 |
semver-diff@^3.1.1:
|
| 15090 |
version "3.1.1"
|
| 15091 |
resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz#05f77ce59f325e00e2706afd67bb506ddb1ca32b"
|
|
@@ -15093,19 +13616,7 @@ semver-diff@^3.1.1:
|
|
| 15093 |
dependencies:
|
| 15094 |
semver "^6.3.0"
|
| 15095 |
|
| 15096 |
-
semver
|
| 15097 |
-
version "2.0.0"
|
| 15098 |
-
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-2.0.0.tgz#a93c2c5844539a770233379107b38c7b4ac9d338"
|
| 15099 |
-
integrity sha512-mUdIBBvdn0PLOeP3TEkMH7HHeUP3GjsXCwKarjv/kGmUFOYg1VqEemKhoQpWMu6X2I8kHeuVdGibLGkVK+/5Qw==
|
| 15100 |
-
|
| 15101 |
-
semver-truncate@^1.1.2:
|
| 15102 |
-
version "1.1.2"
|
| 15103 |
-
resolved "https://registry.yarnpkg.com/semver-truncate/-/semver-truncate-1.1.2.tgz#57f41de69707a62709a7e0104ba2117109ea47e8"
|
| 15104 |
-
integrity sha1-V/Qd5pcHpicJp+AQS6IRcQnqR+g=
|
| 15105 |
-
dependencies:
|
| 15106 |
-
semver "^5.3.0"
|
| 15107 |
-
|
| 15108 |
-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1:
|
| 15109 |
version "5.7.1"
|
| 15110 |
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
| 15111 |
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
|
@@ -15161,18 +13672,12 @@ serialize-javascript@^5.0.1:
|
|
| 15161 |
dependencies:
|
| 15162 |
randombytes "^2.1.0"
|
| 15163 |
|
| 15164 |
-
|
| 15165 |
-
version "
|
| 15166 |
-
resolved "https://registry.yarnpkg.com/
|
| 15167 |
-
integrity
|
| 15168 |
dependencies:
|
| 15169 |
-
|
| 15170 |
-
batch "0.6.1"
|
| 15171 |
-
debug "2.6.9"
|
| 15172 |
-
escape-html "~1.0.3"
|
| 15173 |
-
http-errors "~1.6.2"
|
| 15174 |
-
mime-types "~2.1.17"
|
| 15175 |
-
parseurl "~1.3.2"
|
| 15176 |
|
| 15177 |
serve-static@1.14.1:
|
| 15178 |
version "1.14.1"
|
|
@@ -15206,11 +13711,6 @@ set-value@^3.0.0:
|
|
| 15206 |
dependencies:
|
| 15207 |
is-plain-object "^2.0.4"
|
| 15208 |
|
| 15209 |
-
setprototypeof@1.1.0:
|
| 15210 |
-
version "1.1.0"
|
| 15211 |
-
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
|
| 15212 |
-
integrity sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==
|
| 15213 |
-
|
| 15214 |
setprototypeof@1.1.1:
|
| 15215 |
version "1.1.1"
|
| 15216 |
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
|
|
@@ -15238,15 +13738,15 @@ shallowequal@^1.1.0:
|
|
| 15238 |
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
|
| 15239 |
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
|
| 15240 |
|
| 15241 |
-
sharp@^0.
|
| 15242 |
-
version "0.
|
| 15243 |
-
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.
|
| 15244 |
-
integrity sha512-
|
| 15245 |
dependencies:
|
| 15246 |
-
color "^
|
| 15247 |
detect-libc "^1.0.3"
|
| 15248 |
-
node-addon-api "^
|
| 15249 |
-
prebuild-install "^6.1.
|
| 15250 |
semver "^7.3.5"
|
| 15251 |
simple-get "^3.1.0"
|
| 15252 |
tar-fs "^2.1.1"
|
|
@@ -15281,15 +13781,6 @@ shell-quote@1.7.2:
|
|
| 15281 |
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
|
| 15282 |
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
|
| 15283 |
|
| 15284 |
-
shelljs@^0.8.3:
|
| 15285 |
-
version "0.8.4"
|
| 15286 |
-
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.4.tgz#de7684feeb767f8716b326078a8a00875890e3c2"
|
| 15287 |
-
integrity sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==
|
| 15288 |
-
dependencies:
|
| 15289 |
-
glob "^7.0.0"
|
| 15290 |
-
interpret "^1.0.0"
|
| 15291 |
-
rechoir "^0.6.2"
|
| 15292 |
-
|
| 15293 |
side-channel@^1.0.3, side-channel@^1.0.4:
|
| 15294 |
version "1.0.4"
|
| 15295 |
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
|
@@ -15361,20 +13852,15 @@ slide@^1.1.6:
|
|
| 15361 |
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
|
| 15362 |
integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=
|
| 15363 |
|
| 15364 |
-
slugify@^1.4.4:
|
| 15365 |
-
version "1.5.3"
|
| 15366 |
-
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.5.3.tgz#36e009864f5476bfd5db681222643d92339c890d"
|
| 15367 |
-
integrity sha512-/HkjRdwPY3yHJReXu38NiusZw2+LLE2SrhkWJtmlPDB1fqFSvioYj62NkPcrKiNCgRLeGcGK7QBvr1iQwybeXw==
|
| 15368 |
-
|
| 15369 |
-
slugify@^1.6.0:
|
| 15370 |
version "1.6.0"
|
| 15371 |
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.0.tgz#6bdf8ed01dabfdc46425b67e3320b698832ff893"
|
| 15372 |
integrity sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==
|
| 15373 |
|
| 15374 |
smart-buffer@^4.1.0:
|
| 15375 |
-
version "4.
|
| 15376 |
-
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.
|
| 15377 |
-
integrity sha512-
|
| 15378 |
|
| 15379 |
smooth-scrollbar@^8.6.3:
|
| 15380 |
version "8.6.3"
|
|
@@ -15469,37 +13955,25 @@ socket.io@3.1.1:
|
|
| 15469 |
socket.io-adapter "~2.1.0"
|
| 15470 |
socket.io-parser "~4.0.3"
|
| 15471 |
|
| 15472 |
-
sockjs-client@^1.5.0:
|
| 15473 |
-
version "1.5.1"
|
| 15474 |
-
resolved "https://registry.yarnpkg.com/sockjs-client/-/sockjs-client-1.5.1.tgz#256908f6d5adfb94dabbdbd02c66362cca0f9ea6"
|
| 15475 |
-
integrity sha512-VnVAb663fosipI/m6pqRXakEOw7nvd7TUgdr3PlR/8V2I95QIdwT8L4nMxhyU8SmDBHYXU1TOElaKOmKLfYzeQ==
|
| 15476 |
-
dependencies:
|
| 15477 |
-
debug "^3.2.6"
|
| 15478 |
-
eventsource "^1.0.7"
|
| 15479 |
-
faye-websocket "^0.11.3"
|
| 15480 |
-
inherits "^2.0.4"
|
| 15481 |
-
json3 "^3.3.3"
|
| 15482 |
-
url-parse "^1.5.1"
|
| 15483 |
-
|
| 15484 |
-
sockjs@^0.3.21:
|
| 15485 |
-
version "0.3.21"
|
| 15486 |
-
resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.21.tgz#b34ffb98e796930b60a0cfa11904d6a339a7d417"
|
| 15487 |
-
integrity sha512-DhbPFGpxjc6Z3I+uX07Id5ZO2XwYsWOrYjaSeieES78cq+JaJvVe5q/m1uvjIQhXinhIeCFRH6JgXe+mvVMyXw==
|
| 15488 |
-
dependencies:
|
| 15489 |
-
faye-websocket "^0.11.3"
|
| 15490 |
-
uuid "^3.4.0"
|
| 15491 |
-
websocket-driver "^0.7.4"
|
| 15492 |
-
|
| 15493 |
socks-proxy-agent@^5.0.0:
|
| 15494 |
-
version "5.0.
|
| 15495 |
-
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.
|
| 15496 |
-
integrity sha512-
|
| 15497 |
dependencies:
|
| 15498 |
-
agent-base "6"
|
| 15499 |
debug "4"
|
| 15500 |
socks "^2.3.3"
|
| 15501 |
|
| 15502 |
-
socks@^
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15503 |
version "2.6.1"
|
| 15504 |
resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e"
|
| 15505 |
integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==
|
|
@@ -15507,20 +13981,6 @@ socks@^2.3.3:
|
|
| 15507 |
ip "^1.1.5"
|
| 15508 |
smart-buffer "^4.1.0"
|
| 15509 |
|
| 15510 |
-
sort-keys-length@^1.0.0:
|
| 15511 |
-
version "1.0.1"
|
| 15512 |
-
resolved "https://registry.yarnpkg.com/sort-keys-length/-/sort-keys-length-1.0.1.tgz#9cb6f4f4e9e48155a6aa0671edd336ff1479a188"
|
| 15513 |
-
integrity sha1-nLb09OnkgVWmqgZx7dM2/xR5oYg=
|
| 15514 |
-
dependencies:
|
| 15515 |
-
sort-keys "^1.0.0"
|
| 15516 |
-
|
| 15517 |
-
sort-keys@^1.0.0:
|
| 15518 |
-
version "1.1.2"
|
| 15519 |
-
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-1.1.2.tgz#441b6d4d346798f1b4e49e8920adfba0e543f9ad"
|
| 15520 |
-
integrity sha1-RBttTTRnmPG05J6JIK37oOVD+a0=
|
| 15521 |
-
dependencies:
|
| 15522 |
-
is-plain-obj "^1.0.0"
|
| 15523 |
-
|
| 15524 |
sort-keys@^2.0.0:
|
| 15525 |
version "2.0.0"
|
| 15526 |
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
|
|
@@ -15540,7 +14000,7 @@ source-list-map@^1.1.1:
|
|
| 15540 |
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.2.tgz#9889019d1024cce55cdc069498337ef6186a11a1"
|
| 15541 |
integrity sha1-mIkBnRAkzOVc3AaUmDN+9hhqEaE=
|
| 15542 |
|
| 15543 |
-
source-list-map@^2.0.0
|
| 15544 |
version "2.0.1"
|
| 15545 |
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
| 15546 |
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
|
@@ -15616,32 +14076,9 @@ spdx-expression-parse@^3.0.0:
|
|
| 15616 |
spdx-license-ids "^3.0.0"
|
| 15617 |
|
| 15618 |
spdx-license-ids@^3.0.0:
|
| 15619 |
-
version "3.0.
|
| 15620 |
-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.
|
| 15621 |
-
integrity sha512-
|
| 15622 |
-
|
| 15623 |
-
spdy-transport@^3.0.0:
|
| 15624 |
-
version "3.0.0"
|
| 15625 |
-
resolved "https://registry.yarnpkg.com/spdy-transport/-/spdy-transport-3.0.0.tgz#00d4863a6400ad75df93361a1608605e5dcdcf31"
|
| 15626 |
-
integrity sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==
|
| 15627 |
-
dependencies:
|
| 15628 |
-
debug "^4.1.0"
|
| 15629 |
-
detect-node "^2.0.4"
|
| 15630 |
-
hpack.js "^2.1.6"
|
| 15631 |
-
obuf "^1.1.2"
|
| 15632 |
-
readable-stream "^3.0.6"
|
| 15633 |
-
wbuf "^1.7.3"
|
| 15634 |
-
|
| 15635 |
-
spdy@^4.0.2:
|
| 15636 |
-
version "4.0.2"
|
| 15637 |
-
resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b"
|
| 15638 |
-
integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==
|
| 15639 |
-
dependencies:
|
| 15640 |
-
debug "^4.1.0"
|
| 15641 |
-
handle-thing "^2.0.0"
|
| 15642 |
-
http-deceiver "^1.2.7"
|
| 15643 |
-
select-hose "^2.0.0"
|
| 15644 |
-
spdy-transport "^3.0.0"
|
| 15645 |
|
| 15646 |
split-on-first@^1.0.0:
|
| 15647 |
version "1.1.0"
|
|
@@ -15684,15 +14121,6 @@ sprintf-js@~1.0.2:
|
|
| 15684 |
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
|
| 15685 |
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
| 15686 |
|
| 15687 |
-
squeak@^1.0.0:
|
| 15688 |
-
version "1.3.0"
|
| 15689 |
-
resolved "https://registry.yarnpkg.com/squeak/-/squeak-1.3.0.tgz#33045037b64388b567674b84322a6521073916c3"
|
| 15690 |
-
integrity sha1-MwRQN7ZDiLVnZ0uEMiplIQc5FsM=
|
| 15691 |
-
dependencies:
|
| 15692 |
-
chalk "^1.0.0"
|
| 15693 |
-
console-stream "^0.1.1"
|
| 15694 |
-
lpad-align "^1.0.1"
|
| 15695 |
-
|
| 15696 |
sshpk@^1.7.0:
|
| 15697 |
version "1.16.1"
|
| 15698 |
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
|
|
@@ -15767,7 +14195,7 @@ static-site-generator-webpack-plugin@^3.4.2:
|
|
| 15767 |
url "^0.11.0"
|
| 15768 |
webpack-sources "^0.2.0"
|
| 15769 |
|
| 15770 |
-
"statuses@>= 1.
|
| 15771 |
version "1.5.0"
|
| 15772 |
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
| 15773 |
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
|
|
@@ -15837,7 +14265,7 @@ string-width@^1.0.1:
|
|
| 15837 |
is-fullwidth-code-point "^2.0.0"
|
| 15838 |
strip-ansi "^4.0.0"
|
| 15839 |
|
| 15840 |
-
string-width@^3.0.0
|
| 15841 |
version "3.1.0"
|
| 15842 |
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
|
| 15843 |
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
|
|
@@ -15944,7 +14372,7 @@ strip-ansi@^4.0.0:
|
|
| 15944 |
dependencies:
|
| 15945 |
ansi-regex "^3.0.0"
|
| 15946 |
|
| 15947 |
-
strip-ansi@^5.
|
| 15948 |
version "5.2.0"
|
| 15949 |
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
|
| 15950 |
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
|
|
@@ -15956,13 +14384,6 @@ strip-bom-string@^1.0.0:
|
|
| 15956 |
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
|
| 15957 |
integrity sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=
|
| 15958 |
|
| 15959 |
-
strip-bom@^2.0.0:
|
| 15960 |
-
version "2.0.0"
|
| 15961 |
-
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
|
| 15962 |
-
integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=
|
| 15963 |
-
dependencies:
|
| 15964 |
-
is-utf8 "^0.2.0"
|
| 15965 |
-
|
| 15966 |
strip-bom@^3.0.0:
|
| 15967 |
version "3.0.0"
|
| 15968 |
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
|
@@ -15973,13 +14394,6 @@ strip-bom@^4.0.0:
|
|
| 15973 |
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
|
| 15974 |
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
|
| 15975 |
|
| 15976 |
-
strip-dirs@^2.0.0:
|
| 15977 |
-
version "2.1.0"
|
| 15978 |
-
resolved "https://registry.yarnpkg.com/strip-dirs/-/strip-dirs-2.1.0.tgz#4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
|
| 15979 |
-
integrity sha512-JOCxOeKLm2CAS73y/U4ZeZPTkE+gNVCzKt7Eox84Iej1LT/2pTWYpZKJuxwQpvX1LiZb1xokNR7RLfuBAa7T3g==
|
| 15980 |
-
dependencies:
|
| 15981 |
-
is-natural-number "^4.0.1"
|
| 15982 |
-
|
| 15983 |
strip-eof@^1.0.0:
|
| 15984 |
version "1.0.0"
|
| 15985 |
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
|
|
@@ -15990,13 +14404,6 @@ strip-final-newline@^2.0.0:
|
|
| 15990 |
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
|
| 15991 |
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
|
| 15992 |
|
| 15993 |
-
strip-indent@^1.0.1:
|
| 15994 |
-
version "1.0.1"
|
| 15995 |
-
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2"
|
| 15996 |
-
integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=
|
| 15997 |
-
dependencies:
|
| 15998 |
-
get-stdin "^4.0.1"
|
| 15999 |
-
|
| 16000 |
strip-indent@^3.0.0:
|
| 16001 |
version "3.0.0"
|
| 16002 |
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
|
|
@@ -16014,7 +14421,7 @@ strip-json-comments@~2.0.1:
|
|
| 16014 |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
| 16015 |
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
|
| 16016 |
|
| 16017 |
-
strip-outer@^1.0.
|
| 16018 |
version "1.0.1"
|
| 16019 |
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
|
| 16020 |
integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
|
|
@@ -16030,14 +14437,13 @@ strong-log-transformer@^2.1.0:
|
|
| 16030 |
minimist "^1.2.0"
|
| 16031 |
through "^2.3.4"
|
| 16032 |
|
| 16033 |
-
strtok3@^6.
|
| 16034 |
-
version "6.
|
| 16035 |
-
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.
|
| 16036 |
-
integrity sha512-
|
| 16037 |
dependencies:
|
| 16038 |
-
"@tokenizer/token" "^0.
|
| 16039 |
-
|
| 16040 |
-
peek-readable "^3.1.3"
|
| 16041 |
|
| 16042 |
style-loader@^2.0.0:
|
| 16043 |
version "2.0.0"
|
|
@@ -16105,11 +14511,6 @@ sudo-prompt@^8.2.0:
|
|
| 16105 |
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz#cc5ef3769a134bb94b24a631cc09628d4d53603e"
|
| 16106 |
integrity sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==
|
| 16107 |
|
| 16108 |
-
supports-color@^2.0.0:
|
| 16109 |
-
version "2.0.0"
|
| 16110 |
-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
|
| 16111 |
-
integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=
|
| 16112 |
-
|
| 16113 |
supports-color@^5.3.0:
|
| 16114 |
version "5.5.0"
|
| 16115 |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
|
@@ -16117,13 +14518,6 @@ supports-color@^5.3.0:
|
|
| 16117 |
dependencies:
|
| 16118 |
has-flag "^3.0.0"
|
| 16119 |
|
| 16120 |
-
supports-color@^6.1.0:
|
| 16121 |
-
version "6.1.0"
|
| 16122 |
-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
|
| 16123 |
-
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
|
| 16124 |
-
dependencies:
|
| 16125 |
-
has-flag "^3.0.0"
|
| 16126 |
-
|
| 16127 |
supports-color@^7.0.0, supports-color@^7.1.0:
|
| 16128 |
version "7.2.0"
|
| 16129 |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
|
@@ -16158,15 +14552,15 @@ svgo@1.3.2:
|
|
| 16158 |
util.promisify "~1.0.0"
|
| 16159 |
|
| 16160 |
svgo@^2.3.0:
|
| 16161 |
-
version "2.
|
| 16162 |
-
resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.
|
| 16163 |
-
integrity sha512-
|
| 16164 |
dependencies:
|
| 16165 |
"@trysound/sax" "0.1.1"
|
| 16166 |
-
|
| 16167 |
-
commander "^7.
|
| 16168 |
-
css-select "^
|
| 16169 |
-
css-tree "^1.1.
|
| 16170 |
csso "^4.2.0"
|
| 16171 |
stable "^0.1.8"
|
| 16172 |
|
|
@@ -16223,19 +14617,6 @@ tar-fs@^2.0.0, tar-fs@^2.1.1:
|
|
| 16223 |
pump "^3.0.0"
|
| 16224 |
tar-stream "^2.1.4"
|
| 16225 |
|
| 16226 |
-
tar-stream@^1.5.2:
|
| 16227 |
-
version "1.6.2"
|
| 16228 |
-
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-1.6.2.tgz#8ea55dab37972253d9a9af90fdcd559ae435c555"
|
| 16229 |
-
integrity sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==
|
| 16230 |
-
dependencies:
|
| 16231 |
-
bl "^1.0.0"
|
| 16232 |
-
buffer-alloc "^1.2.0"
|
| 16233 |
-
end-of-stream "^1.0.0"
|
| 16234 |
-
fs-constants "^1.0.0"
|
| 16235 |
-
readable-stream "^2.3.0"
|
| 16236 |
-
to-buffer "^1.1.1"
|
| 16237 |
-
xtend "^4.0.0"
|
| 16238 |
-
|
| 16239 |
tar-stream@^2.1.4:
|
| 16240 |
version "2.2.0"
|
| 16241 |
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
|
|
@@ -16248,22 +14629,22 @@ tar-stream@^2.1.4:
|
|
| 16248 |
readable-stream "^3.1.1"
|
| 16249 |
|
| 16250 |
tar@^4.4.12:
|
| 16251 |
-
version "4.4.
|
| 16252 |
-
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.
|
| 16253 |
-
integrity sha512-
|
| 16254 |
dependencies:
|
| 16255 |
-
chownr "^1.1.
|
| 16256 |
-
fs-minipass "^1.2.
|
| 16257 |
-
minipass "^2.
|
| 16258 |
-
minizlib "^1.
|
| 16259 |
-
mkdirp "^0.5.
|
| 16260 |
-
safe-buffer "^5.1
|
| 16261 |
-
yallist "^3.
|
| 16262 |
|
| 16263 |
tar@^6.0.2, tar@^6.1.0:
|
| 16264 |
-
version "6.1.
|
| 16265 |
-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.
|
| 16266 |
-
integrity sha512-
|
| 16267 |
dependencies:
|
| 16268 |
chownr "^2.0.0"
|
| 16269 |
fs-minipass "^2.0.0"
|
|
@@ -16288,35 +14669,27 @@ temp-write@^4.0.0:
|
|
| 16288 |
temp-dir "^1.0.0"
|
| 16289 |
uuid "^3.3.2"
|
| 16290 |
|
| 16291 |
-
tempfile@^2.0.0:
|
| 16292 |
-
version "2.0.0"
|
| 16293 |
-
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-2.0.0.tgz#6b0446856a9b1114d1856ffcbe509cccb0977265"
|
| 16294 |
-
integrity sha1-awRGhWqbERTRhW/8vlCczLCXcmU=
|
| 16295 |
-
dependencies:
|
| 16296 |
-
temp-dir "^1.0.0"
|
| 16297 |
-
uuid "^3.0.1"
|
| 16298 |
-
|
| 16299 |
term-size@^2.1.0:
|
| 16300 |
version "2.2.1"
|
| 16301 |
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
|
| 16302 |
integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==
|
| 16303 |
|
| 16304 |
-
terser-webpack-plugin@^5.1.1:
|
| 16305 |
-
version "5.
|
| 16306 |
-
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.
|
| 16307 |
-
integrity sha512-
|
| 16308 |
dependencies:
|
| 16309 |
-
jest-worker "^27.0.
|
| 16310 |
p-limit "^3.1.0"
|
| 16311 |
-
schema-utils "^3.
|
| 16312 |
-
serialize-javascript "^
|
| 16313 |
source-map "^0.6.1"
|
| 16314 |
-
terser "^5.7.
|
| 16315 |
|
| 16316 |
-
terser@^5.7.
|
| 16317 |
-
version "5.7.
|
| 16318 |
-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.
|
| 16319 |
-
integrity sha512-
|
| 16320 |
dependencies:
|
| 16321 |
commander "^2.20.0"
|
| 16322 |
source-map "~0.7.2"
|
|
@@ -16344,7 +14717,7 @@ theme-ui@^0.3.4:
|
|
| 16344 |
"@theme-ui/mdx" "0.3.5"
|
| 16345 |
"@theme-ui/theme-provider" "0.3.5"
|
| 16346 |
|
| 16347 |
-
through2@^2.0.0
|
| 16348 |
version "2.0.5"
|
| 16349 |
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
|
| 16350 |
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
|
|
@@ -16359,17 +14732,12 @@ through2@^4.0.0:
|
|
| 16359 |
dependencies:
|
| 16360 |
readable-stream "3"
|
| 16361 |
|
| 16362 |
-
through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6
|
| 16363 |
version "2.3.8"
|
| 16364 |
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
| 16365 |
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
| 16366 |
|
| 16367 |
-
|
| 16368 |
-
version "1.1.0"
|
| 16369 |
-
resolved "https://registry.yarnpkg.com/thunky/-/thunky-1.1.0.tgz#5abaf714a9405db0504732bbccd2cedd9ef9537d"
|
| 16370 |
-
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
|
| 16371 |
-
|
| 16372 |
-
timed-out@^4.0.0, timed-out@^4.0.1:
|
| 16373 |
version "4.0.1"
|
| 16374 |
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
|
| 16375 |
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
|
|
@@ -16419,11 +14787,6 @@ tmp@^0.2.1:
|
|
| 16419 |
dependencies:
|
| 16420 |
rimraf "^3.0.0"
|
| 16421 |
|
| 16422 |
-
to-buffer@^1.1.1:
|
| 16423 |
-
version "1.1.1"
|
| 16424 |
-
resolved "https://registry.yarnpkg.com/to-buffer/-/to-buffer-1.1.1.tgz#493bd48f62d7c43fcded313a03dcadb2e1213a80"
|
| 16425 |
-
integrity sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==
|
| 16426 |
-
|
| 16427 |
to-camel-case@1.0.0:
|
| 16428 |
version "1.0.0"
|
| 16429 |
resolved "https://registry.yarnpkg.com/to-camel-case/-/to-camel-case-1.0.0.tgz#1a56054b2f9d696298ce66a60897322b6f423e46"
|
|
@@ -16495,12 +14858,12 @@ toidentifier@1.0.0:
|
|
| 16495 |
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
|
| 16496 |
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
|
| 16497 |
|
| 16498 |
-
token-types@^
|
| 16499 |
-
version "
|
| 16500 |
-
resolved "https://registry.yarnpkg.com/token-types/-/token-types-
|
| 16501 |
-
integrity sha512-
|
| 16502 |
dependencies:
|
| 16503 |
-
"@tokenizer/token" "^0.
|
| 16504 |
ieee754 "^1.2.1"
|
| 16505 |
|
| 16506 |
tough-cookie@~2.5.0:
|
|
@@ -16518,11 +14881,6 @@ tr46@^2.1.0:
|
|
| 16518 |
dependencies:
|
| 16519 |
punycode "^2.1.1"
|
| 16520 |
|
| 16521 |
-
trim-newlines@^1.0.0:
|
| 16522 |
-
version "1.0.0"
|
| 16523 |
-
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613"
|
| 16524 |
-
integrity sha1-WIeWa7WCpFA6QetST301ARgVphM=
|
| 16525 |
-
|
| 16526 |
trim-newlines@^3.0.0:
|
| 16527 |
version "3.0.1"
|
| 16528 |
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
|
@@ -16572,15 +14930,10 @@ ts-node@^9:
|
|
| 16572 |
source-map-support "^0.5.17"
|
| 16573 |
yn "3.1.1"
|
| 16574 |
|
| 16575 |
-
|
| 16576 |
-
version "
|
| 16577 |
-
resolved "https://registry.yarnpkg.com/
|
| 16578 |
-
integrity sha512-
|
| 16579 |
-
|
| 16580 |
-
tsconfig-paths@^3.9.0:
|
| 16581 |
-
version "3.9.0"
|
| 16582 |
-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
|
| 16583 |
-
integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
|
| 16584 |
dependencies:
|
| 16585 |
"@types/json5" "^0.0.29"
|
| 16586 |
json5 "^1.0.1"
|
|
@@ -16592,10 +14945,10 @@ tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0:
|
|
| 16592 |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
| 16593 |
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
| 16594 |
|
| 16595 |
-
tslib@^2, tslib@^2.0.3, tslib@^2.2.0:
|
| 16596 |
-
version "2.3.
|
| 16597 |
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.
|
| 16598 |
-
integrity sha512-
|
| 16599 |
|
| 16600 |
tslib@~2.0.1:
|
| 16601 |
version "2.0.3"
|
|
@@ -16643,11 +14996,6 @@ type-fest@^0.10.0:
|
|
| 16643 |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.10.0.tgz#7f06b2b9fbfc581068d1341ffabd0349ceafc642"
|
| 16644 |
integrity sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==
|
| 16645 |
|
| 16646 |
-
type-fest@^0.11.0:
|
| 16647 |
-
version "0.11.0"
|
| 16648 |
-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
|
| 16649 |
-
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
|
| 16650 |
-
|
| 16651 |
type-fest@^0.18.0:
|
| 16652 |
version "0.18.1"
|
| 16653 |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
|
|
@@ -16696,7 +15044,7 @@ type@^1.0.1:
|
|
| 16696 |
resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
|
| 16697 |
integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
|
| 16698 |
|
| 16699 |
-
type@^2.
|
| 16700 |
version "2.5.0"
|
| 16701 |
resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d"
|
| 16702 |
integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==
|
|
@@ -16714,9 +15062,9 @@ typedarray@^0.0.6:
|
|
| 16714 |
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
| 16715 |
|
| 16716 |
uglify-js@^3.1.4:
|
| 16717 |
-
version "3.
|
| 16718 |
-
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.
|
| 16719 |
-
integrity sha512-
|
| 16720 |
|
| 16721 |
uid-number@0.0.6:
|
| 16722 |
version "0.0.6"
|
|
@@ -16738,14 +15086,6 @@ unbox-primitive@^1.0.1:
|
|
| 16738 |
has-symbols "^1.0.2"
|
| 16739 |
which-boxed-primitive "^1.0.2"
|
| 16740 |
|
| 16741 |
-
unbzip2-stream@^1.0.9:
|
| 16742 |
-
version "1.4.3"
|
| 16743 |
-
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
|
| 16744 |
-
integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==
|
| 16745 |
-
dependencies:
|
| 16746 |
-
buffer "^5.2.1"
|
| 16747 |
-
through "^2.3.8"
|
| 16748 |
-
|
| 16749 |
unc-path-regex@^0.1.2:
|
| 16750 |
version "0.1.2"
|
| 16751 |
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
|
|
@@ -17056,16 +15396,6 @@ unset-value@^1.0.0:
|
|
| 17056 |
has-value "^0.3.1"
|
| 17057 |
isobject "^3.0.0"
|
| 17058 |
|
| 17059 |
-
untildify@^4.0.0:
|
| 17060 |
-
version "4.0.0"
|
| 17061 |
-
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
|
| 17062 |
-
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
|
| 17063 |
-
|
| 17064 |
-
upath@^1.1.1:
|
| 17065 |
-
version "1.2.0"
|
| 17066 |
-
resolved "https://registry.yarnpkg.com/upath/-/upath-1.2.0.tgz#8f66dbcd55a883acdae4408af8b035a5044c1894"
|
| 17067 |
-
integrity sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==
|
| 17068 |
-
|
| 17069 |
upath@^2.0.1:
|
| 17070 |
version "2.0.1"
|
| 17071 |
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
|
|
@@ -17129,13 +15459,6 @@ url-loader@^4.1.1:
|
|
| 17129 |
mime-types "^2.1.27"
|
| 17130 |
schema-utils "^3.0.0"
|
| 17131 |
|
| 17132 |
-
url-parse-lax@^1.0.0:
|
| 17133 |
-
version "1.0.0"
|
| 17134 |
-
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
|
| 17135 |
-
integrity sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=
|
| 17136 |
-
dependencies:
|
| 17137 |
-
prepend-http "^1.0.1"
|
| 17138 |
-
|
| 17139 |
url-parse-lax@^3.0.0:
|
| 17140 |
version "3.0.0"
|
| 17141 |
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
|
|
@@ -17143,14 +15466,6 @@ url-parse-lax@^3.0.0:
|
|
| 17143 |
dependencies:
|
| 17144 |
prepend-http "^2.0.0"
|
| 17145 |
|
| 17146 |
-
url-parse@^1.4.3, url-parse@^1.5.1:
|
| 17147 |
-
version "1.5.1"
|
| 17148 |
-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b"
|
| 17149 |
-
integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==
|
| 17150 |
-
dependencies:
|
| 17151 |
-
querystringify "^2.1.1"
|
| 17152 |
-
requires-port "^1.0.0"
|
| 17153 |
-
|
| 17154 |
url-to-options@^1.0.1:
|
| 17155 |
version "1.0.1"
|
| 17156 |
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
|
|
@@ -17188,17 +15503,6 @@ util-promisify@^2.1.0:
|
|
| 17188 |
dependencies:
|
| 17189 |
object.getownpropertydescriptors "^2.0.3"
|
| 17190 |
|
| 17191 |
-
util.promisify@^1.0.1:
|
| 17192 |
-
version "1.1.1"
|
| 17193 |
-
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.1.1.tgz#77832f57ced2c9478174149cae9b96e9918cd54b"
|
| 17194 |
-
integrity sha512-/s3UsZUrIfa6xDhr7zZhnE9SLQ5RIXyYfiVnMMyMDzOc8WhWN4Nbh36H842OyurKbCDAesZOJaVyvmSl6fhGQw==
|
| 17195 |
-
dependencies:
|
| 17196 |
-
call-bind "^1.0.0"
|
| 17197 |
-
define-properties "^1.1.3"
|
| 17198 |
-
for-each "^0.3.3"
|
| 17199 |
-
has-symbols "^1.0.1"
|
| 17200 |
-
object.getownpropertydescriptors "^2.1.1"
|
| 17201 |
-
|
| 17202 |
util.promisify@~1.0.0:
|
| 17203 |
version "1.0.1"
|
| 17204 |
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
|
|
@@ -17219,7 +15523,7 @@ utils-merge@1.0.1:
|
|
| 17219 |
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
| 17220 |
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
| 17221 |
|
| 17222 |
-
uuid@3.4.0, uuid@^3.0.0, uuid@^3.
|
| 17223 |
version "3.4.0"
|
| 17224 |
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
| 17225 |
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
|
@@ -17249,6 +15553,11 @@ validate-npm-package-name@^3.0.0:
|
|
| 17249 |
dependencies:
|
| 17250 |
builtins "^1.0.3"
|
| 17251 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17252 |
value-or-promise@1.0.6:
|
| 17253 |
version "1.0.6"
|
| 17254 |
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f"
|
|
@@ -17284,9 +15593,9 @@ vfile-location@^3.0.0, vfile-location@^3.2.0:
|
|
| 17284 |
integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==
|
| 17285 |
|
| 17286 |
vfile-message@*:
|
| 17287 |
-
version "3.0.
|
| 17288 |
-
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.0.
|
| 17289 |
-
integrity sha512-
|
| 17290 |
dependencies:
|
| 17291 |
"@types/unist" "^2.0.0"
|
| 17292 |
unist-util-stringify-position "^3.0.0"
|
|
@@ -17341,13 +15650,6 @@ watchpack@^2.2.0:
|
|
| 17341 |
glob-to-regexp "^0.4.1"
|
| 17342 |
graceful-fs "^4.1.2"
|
| 17343 |
|
| 17344 |
-
wbuf@^1.1.0, wbuf@^1.7.3:
|
| 17345 |
-
version "1.7.3"
|
| 17346 |
-
resolved "https://registry.yarnpkg.com/wbuf/-/wbuf-1.7.3.tgz#c1d8d149316d3ea852848895cb6a0bfe887b87df"
|
| 17347 |
-
integrity sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==
|
| 17348 |
-
dependencies:
|
| 17349 |
-
minimalistic-assert "^1.0.0"
|
| 17350 |
-
|
| 17351 |
wcwidth@^1.0.0:
|
| 17352 |
version "1.0.1"
|
| 17353 |
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
|
|
@@ -17370,7 +15672,7 @@ webidl-conversions@^6.1.0:
|
|
| 17370 |
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
|
| 17371 |
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
|
| 17372 |
|
| 17373 |
-
webpack-assets-manifest@^5.0.
|
| 17374 |
version "5.0.6"
|
| 17375 |
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.0.6.tgz#1fe7baf9b57f2d28ff09fcaef3d678cc15912b88"
|
| 17376 |
integrity sha512-CW94ylPHurZTmxnYajSFA8763Cv/QFIKNgBwqBLaIOnBjH1EbDUAf8Eq1/i+o8qaKyKXJ3aX7r4/jtpXD88ldg==
|
|
@@ -17383,17 +15685,6 @@ webpack-assets-manifest@^5.0.5:
|
|
| 17383 |
schema-utils "^3.0"
|
| 17384 |
tapable "^2.0"
|
| 17385 |
|
| 17386 |
-
webpack-dev-middleware@^3.7.2:
|
| 17387 |
-
version "3.7.3"
|
| 17388 |
-
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5"
|
| 17389 |
-
integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==
|
| 17390 |
-
dependencies:
|
| 17391 |
-
memory-fs "^0.4.1"
|
| 17392 |
-
mime "^2.4.4"
|
| 17393 |
-
mkdirp "^0.5.1"
|
| 17394 |
-
range-parser "^1.2.1"
|
| 17395 |
-
webpack-log "^2.0.0"
|
| 17396 |
-
|
| 17397 |
webpack-dev-middleware@^4.1.0:
|
| 17398 |
version "4.3.0"
|
| 17399 |
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz#179cc40795882cae510b1aa7f3710cbe93c9333e"
|
|
@@ -17406,53 +15697,6 @@ webpack-dev-middleware@^4.1.0:
|
|
| 17406 |
range-parser "^1.2.1"
|
| 17407 |
schema-utils "^3.0.0"
|
| 17408 |
|
| 17409 |
-
webpack-dev-server@^3.11.2:
|
| 17410 |
-
version "3.11.2"
|
| 17411 |
-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.2.tgz#695ebced76a4929f0d5de7fd73fafe185fe33708"
|
| 17412 |
-
integrity sha512-A80BkuHRQfCiNtGBS1EMf2ChTUs0x+B3wGDFmOeT4rmJOHhHTCH2naNxIHhmkr0/UillP4U3yeIyv1pNp+QDLQ==
|
| 17413 |
-
dependencies:
|
| 17414 |
-
ansi-html "0.0.7"
|
| 17415 |
-
bonjour "^3.5.0"
|
| 17416 |
-
chokidar "^2.1.8"
|
| 17417 |
-
compression "^1.7.4"
|
| 17418 |
-
connect-history-api-fallback "^1.6.0"
|
| 17419 |
-
debug "^4.1.1"
|
| 17420 |
-
del "^4.1.1"
|
| 17421 |
-
express "^4.17.1"
|
| 17422 |
-
html-entities "^1.3.1"
|
| 17423 |
-
http-proxy-middleware "0.19.1"
|
| 17424 |
-
import-local "^2.0.0"
|
| 17425 |
-
internal-ip "^4.3.0"
|
| 17426 |
-
ip "^1.1.5"
|
| 17427 |
-
is-absolute-url "^3.0.3"
|
| 17428 |
-
killable "^1.0.1"
|
| 17429 |
-
loglevel "^1.6.8"
|
| 17430 |
-
opn "^5.5.0"
|
| 17431 |
-
p-retry "^3.0.1"
|
| 17432 |
-
portfinder "^1.0.26"
|
| 17433 |
-
schema-utils "^1.0.0"
|
| 17434 |
-
selfsigned "^1.10.8"
|
| 17435 |
-
semver "^6.3.0"
|
| 17436 |
-
serve-index "^1.9.1"
|
| 17437 |
-
sockjs "^0.3.21"
|
| 17438 |
-
sockjs-client "^1.5.0"
|
| 17439 |
-
spdy "^4.0.2"
|
| 17440 |
-
strip-ansi "^3.0.1"
|
| 17441 |
-
supports-color "^6.1.0"
|
| 17442 |
-
url "^0.11.0"
|
| 17443 |
-
webpack-dev-middleware "^3.7.2"
|
| 17444 |
-
webpack-log "^2.0.0"
|
| 17445 |
-
ws "^6.2.1"
|
| 17446 |
-
yargs "^13.3.2"
|
| 17447 |
-
|
| 17448 |
-
webpack-log@^2.0.0:
|
| 17449 |
-
version "2.0.0"
|
| 17450 |
-
resolved "https://registry.yarnpkg.com/webpack-log/-/webpack-log-2.0.0.tgz#5b7928e0637593f119d32f6227c1e0ac31e1b47f"
|
| 17451 |
-
integrity sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==
|
| 17452 |
-
dependencies:
|
| 17453 |
-
ansi-colors "^3.0.0"
|
| 17454 |
-
uuid "^3.3.2"
|
| 17455 |
-
|
| 17456 |
webpack-merge@^5.7.3:
|
| 17457 |
version "5.8.0"
|
| 17458 |
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
|
|
@@ -17477,13 +15721,10 @@ webpack-sources@^1.1.0:
|
|
| 17477 |
source-list-map "^2.0.0"
|
| 17478 |
source-map "~0.6.1"
|
| 17479 |
|
| 17480 |
-
webpack-sources@^2.
|
| 17481 |
-
version "2.
|
| 17482 |
-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-2.
|
| 17483 |
-
integrity sha512-
|
| 17484 |
-
dependencies:
|
| 17485 |
-
source-list-map "^2.0.1"
|
| 17486 |
-
source-map "^0.6.1"
|
| 17487 |
|
| 17488 |
webpack-stats-plugin@^1.0.3:
|
| 17489 |
version "1.0.3"
|
|
@@ -17498,20 +15739,21 @@ webpack-virtual-modules@^0.3.2:
|
|
| 17498 |
debug "^3.0.0"
|
| 17499 |
|
| 17500 |
webpack@^5.35.0:
|
| 17501 |
-
version "5.
|
| 17502 |
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.
|
| 17503 |
-
integrity sha512-
|
| 17504 |
dependencies:
|
| 17505 |
"@types/eslint-scope" "^3.7.0"
|
| 17506 |
-
"@types/estree" "^0.0.
|
| 17507 |
-
"@webassemblyjs/ast" "1.11.
|
| 17508 |
-
"@webassemblyjs/wasm-edit" "1.11.
|
| 17509 |
-
"@webassemblyjs/wasm-parser" "1.11.
|
| 17510 |
-
acorn "^8.
|
|
|
|
| 17511 |
browserslist "^4.14.5"
|
| 17512 |
chrome-trace-event "^1.0.2"
|
| 17513 |
enhanced-resolve "^5.8.0"
|
| 17514 |
-
es-module-lexer "^0.
|
| 17515 |
eslint-scope "5.1.1"
|
| 17516 |
events "^3.2.0"
|
| 17517 |
glob-to-regexp "^0.4.1"
|
|
@@ -17520,30 +15762,16 @@ webpack@^5.35.0:
|
|
| 17520 |
loader-runner "^4.2.0"
|
| 17521 |
mime-types "^2.1.27"
|
| 17522 |
neo-async "^2.6.2"
|
| 17523 |
-
schema-utils "^3.
|
| 17524 |
tapable "^2.1.1"
|
| 17525 |
-
terser-webpack-plugin "^5.1.
|
| 17526 |
watchpack "^2.2.0"
|
| 17527 |
-
webpack-sources "^2.
|
| 17528 |
-
|
| 17529 |
-
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
|
| 17530 |
-
version "0.7.4"
|
| 17531 |
-
resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.4.tgz#89ad5295bbf64b480abcba31e4953aca706f5760"
|
| 17532 |
-
integrity sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==
|
| 17533 |
-
dependencies:
|
| 17534 |
-
http-parser-js ">=0.5.1"
|
| 17535 |
-
safe-buffer ">=5.1.0"
|
| 17536 |
-
websocket-extensions ">=0.1.1"
|
| 17537 |
-
|
| 17538 |
-
websocket-extensions@>=0.1.1:
|
| 17539 |
-
version "0.1.4"
|
| 17540 |
-
resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.4.tgz#7f8473bc839dfd87608adb95d7eb075211578a42"
|
| 17541 |
-
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
|
| 17542 |
|
| 17543 |
whatwg-url@^8.4.0:
|
| 17544 |
-
version "8.
|
| 17545 |
-
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.
|
| 17546 |
-
integrity sha512-
|
| 17547 |
dependencies:
|
| 17548 |
lodash "^4.7.0"
|
| 17549 |
tr46 "^2.1.0"
|
|
@@ -17576,17 +15804,16 @@ which-module@^2.0.0:
|
|
| 17576 |
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
| 17577 |
|
| 17578 |
which-typed-array@^1.1.2:
|
| 17579 |
-
version "1.1.
|
| 17580 |
-
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.
|
| 17581 |
-
integrity sha512-
|
| 17582 |
dependencies:
|
| 17583 |
-
available-typed-arrays "^1.0.
|
| 17584 |
-
call-bind "^1.0.
|
| 17585 |
-
es-abstract "^1.18.
|
| 17586 |
foreach "^2.0.5"
|
| 17587 |
-
|
| 17588 |
-
|
| 17589 |
-
is-typed-array "^1.1.3"
|
| 17590 |
|
| 17591 |
which@^1.2.9, which@^1.3.1:
|
| 17592 |
version "1.3.1"
|
|
@@ -17638,15 +15865,6 @@ worker-rpc@^0.1.0:
|
|
| 17638 |
dependencies:
|
| 17639 |
microevent.ts "~0.1.1"
|
| 17640 |
|
| 17641 |
-
wrap-ansi@^5.1.0:
|
| 17642 |
-
version "5.1.0"
|
| 17643 |
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09"
|
| 17644 |
-
integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==
|
| 17645 |
-
dependencies:
|
| 17646 |
-
ansi-styles "^3.2.0"
|
| 17647 |
-
string-width "^3.0.0"
|
| 17648 |
-
strip-ansi "^5.0.0"
|
| 17649 |
-
|
| 17650 |
wrap-ansi@^6.2.0:
|
| 17651 |
version "6.2.0"
|
| 17652 |
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
|
@@ -17728,16 +15946,9 @@ ws@7.4.5:
|
|
| 17728 |
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
|
| 17729 |
|
| 17730 |
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.3.0:
|
| 17731 |
-
version "7.5.
|
| 17732 |
-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.
|
| 17733 |
-
integrity sha512-
|
| 17734 |
-
|
| 17735 |
-
ws@^6.2.1:
|
| 17736 |
-
version "6.2.2"
|
| 17737 |
-
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
|
| 17738 |
-
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
|
| 17739 |
-
dependencies:
|
| 17740 |
-
async-limiter "~1.0.0"
|
| 17741 |
|
| 17742 |
ws@~7.4.2:
|
| 17743 |
version "7.4.6"
|
|
@@ -17796,9 +16007,9 @@ xss@^1.0.6:
|
|
| 17796 |
cssfilter "0.0.10"
|
| 17797 |
|
| 17798 |
xstate@^4.11.0, xstate@^4.14.0, xstate@^4.9.1:
|
| 17799 |
-
version "4.
|
| 17800 |
-
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.
|
| 17801 |
-
integrity sha512-
|
| 17802 |
|
| 17803 |
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
|
| 17804 |
version "4.0.2"
|
|
@@ -17820,7 +16031,7 @@ yallist@^2.0.0, yallist@^2.1.2:
|
|
| 17820 |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
| 17821 |
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
| 17822 |
|
| 17823 |
-
yallist@^3.0.0, yallist@^3.
|
| 17824 |
version "3.1.1"
|
| 17825 |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
| 17826 |
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
|
@@ -17838,7 +16049,7 @@ yaml-loader@^0.6.0:
|
|
| 17838 |
loader-utils "^1.4.0"
|
| 17839 |
yaml "^1.8.3"
|
| 17840 |
|
| 17841 |
-
yaml@^1.10.0, yaml@^1.7.2, yaml@^1.8.3:
|
| 17842 |
version "1.10.2"
|
| 17843 |
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
| 17844 |
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
|
@@ -17848,14 +16059,6 @@ yargs-parser@20.2.4:
|
|
| 17848 |
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
|
| 17849 |
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
|
| 17850 |
|
| 17851 |
-
yargs-parser@^13.1.2:
|
| 17852 |
-
version "13.1.2"
|
| 17853 |
-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
|
| 17854 |
-
integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==
|
| 17855 |
-
dependencies:
|
| 17856 |
-
camelcase "^5.0.0"
|
| 17857 |
-
decamelize "^1.2.0"
|
| 17858 |
-
|
| 17859 |
yargs-parser@^18.1.2:
|
| 17860 |
version "18.1.3"
|
| 17861 |
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
|
|
@@ -17865,25 +16068,9 @@ yargs-parser@^18.1.2:
|
|
| 17865 |
decamelize "^1.2.0"
|
| 17866 |
|
| 17867 |
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
|
| 17868 |
-
version "20.2.
|
| 17869 |
-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.
|
| 17870 |
-
integrity sha512-
|
| 17871 |
-
|
| 17872 |
-
yargs@^13.3.2:
|
| 17873 |
-
version "13.3.2"
|
| 17874 |
-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
|
| 17875 |
-
integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==
|
| 17876 |
-
dependencies:
|
| 17877 |
-
cliui "^5.0.0"
|
| 17878 |
-
find-up "^3.0.0"
|
| 17879 |
-
get-caller-file "^2.0.1"
|
| 17880 |
-
require-directory "^2.1.1"
|
| 17881 |
-
require-main-filename "^2.0.0"
|
| 17882 |
-
set-blocking "^2.0.0"
|
| 17883 |
-
string-width "^3.0.0"
|
| 17884 |
-
which-module "^2.0.0"
|
| 17885 |
-
y18n "^4.0.0"
|
| 17886 |
-
yargs-parser "^13.1.2"
|
| 17887 |
|
| 17888 |
yargs@^15.4.1:
|
| 17889 |
version "15.4.1"
|
|
@@ -17902,7 +16089,7 @@ yargs@^15.4.1:
|
|
| 17902 |
y18n "^4.0.0"
|
| 17903 |
yargs-parser "^18.1.2"
|
| 17904 |
|
| 17905 |
-
yargs@^16.
|
| 17906 |
version "16.2.0"
|
| 17907 |
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
|
| 17908 |
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
|
@@ -17915,13 +16102,18 @@ yargs@^16.1.0, yargs@^16.2.0:
|
|
| 17915 |
y18n "^5.0.5"
|
| 17916 |
yargs-parser "^20.2.2"
|
| 17917 |
|
| 17918 |
-
|
| 17919 |
-
version "
|
| 17920 |
-
resolved "https://registry.yarnpkg.com/
|
| 17921 |
-
integrity
|
| 17922 |
dependencies:
|
| 17923 |
-
|
| 17924 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17925 |
|
| 17926 |
yeast@0.1.2:
|
| 17927 |
version "0.1.2"
|
| 2 |
# yarn lockfile v1
|
| 3 |
|
| 4 |
|
| 5 |
+
"@algolia/cache-browser-local-storage@4.10.5":
|
| 6 |
+
version "4.10.5"
|
| 7 |
+
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.10.5.tgz#961cf07cf59955de17af13bd74f7806bd2119553"
|
| 8 |
+
integrity sha512-cfX2rEKOtuuljcGI5DMDHClwZHdDqd2nT2Ohsc8aHtBiz6bUxKVyIqxr2gaC6tU8AgPtrTVBzcxCA+UavXpKww==
|
| 9 |
+
dependencies:
|
| 10 |
+
"@algolia/cache-common" "4.10.5"
|
| 11 |
+
|
| 12 |
+
"@algolia/cache-common@4.10.5":
|
| 13 |
+
version "4.10.5"
|
| 14 |
+
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.10.5.tgz#9510419e9dfb6d8814582c6b20615196f213a9d6"
|
| 15 |
+
integrity sha512-1mClwdmTHll+OnHkG+yeRoFM17kSxDs4qXkjf6rNZhoZGXDvfYLy3YcZ1FX4Kyz0DJv8aroq5RYGBDsWkHj6Tw==
|
| 16 |
+
|
| 17 |
+
"@algolia/cache-in-memory@4.10.5":
|
| 18 |
+
version "4.10.5"
|
| 19 |
+
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.10.5.tgz#de9331cb86734bf7f7624063cdaa639e43509be1"
|
| 20 |
+
integrity sha512-+ciQnfIGi5wjMk02XhEY8fmy2pzy+oY1nIIfu8LBOglaSipCRAtjk6WhHc7/KIbXPiYzIwuDbM2K1+YOwSGjwA==
|
| 21 |
+
dependencies:
|
| 22 |
+
"@algolia/cache-common" "4.10.5"
|
| 23 |
+
|
| 24 |
+
"@algolia/client-account@4.10.5":
|
| 25 |
+
version "4.10.5"
|
| 26 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.10.5.tgz#82f7c330fc5f0625b5b559afe9c6b1aa6722b6cf"
|
| 27 |
+
integrity sha512-I9UkSS2glXm7RBZYZIALjBMmXSQbw/fI/djPcBHxiwXIheNIlqIFl2SNPkvihpPF979BSkzjqdJNRPhE1vku3Q==
|
| 28 |
+
dependencies:
|
| 29 |
+
"@algolia/client-common" "4.10.5"
|
| 30 |
+
"@algolia/client-search" "4.10.5"
|
| 31 |
+
"@algolia/transporter" "4.10.5"
|
| 32 |
+
|
| 33 |
+
"@algolia/client-analytics@4.10.5":
|
| 34 |
+
version "4.10.5"
|
| 35 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.10.5.tgz#269e47c9de7e53e9e05e4a2d3c380607c3d2631f"
|
| 36 |
+
integrity sha512-h2owwJSkovPxzc+xIsjY1pMl0gj+jdVwP9rcnGjlaTY2fqHbSLrR9yvGyyr6305LvTppxsQnfAbRdE/5Z3eFxw==
|
| 37 |
+
dependencies:
|
| 38 |
+
"@algolia/client-common" "4.10.5"
|
| 39 |
+
"@algolia/client-search" "4.10.5"
|
| 40 |
+
"@algolia/requester-common" "4.10.5"
|
| 41 |
+
"@algolia/transporter" "4.10.5"
|
| 42 |
+
|
| 43 |
+
"@algolia/client-common@4.10.5":
|
| 44 |
+
version "4.10.5"
|
| 45 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.10.5.tgz#a7d0833796a9a2da68be16be76b6dc3962bf2f18"
|
| 46 |
+
integrity sha512-21FAvIai5qm8DVmZHm2Gp4LssQ/a0nWwMchAx+1hIRj1TX7OcdW6oZDPyZ8asQdvTtK7rStQrRnD8a95SCUnzA==
|
| 47 |
+
dependencies:
|
| 48 |
+
"@algolia/requester-common" "4.10.5"
|
| 49 |
+
"@algolia/transporter" "4.10.5"
|
| 50 |
+
|
| 51 |
+
"@algolia/client-personalization@4.10.5":
|
| 52 |
+
version "4.10.5"
|
| 53 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.10.5.tgz#78a8fb8161bdbeaa66b400b3283640ef689e155b"
|
| 54 |
+
integrity sha512-nH+IyFKBi8tCyzGOanJTbXC5t4dspSovX3+ABfmwKWUYllYzmiQNFUadpb3qo+MLA3jFx5IwBesjneN6dD5o3w==
|
| 55 |
+
dependencies:
|
| 56 |
+
"@algolia/client-common" "4.10.5"
|
| 57 |
+
"@algolia/requester-common" "4.10.5"
|
| 58 |
+
"@algolia/transporter" "4.10.5"
|
| 59 |
+
|
| 60 |
+
"@algolia/client-search@4.10.5":
|
| 61 |
+
version "4.10.5"
|
| 62 |
+
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.10.5.tgz#47907232a3e4ecf2aa4459b8de17242afd88147c"
|
| 63 |
+
integrity sha512-1eQFMz9uodrc5OM+9HeT+hHcfR1E1AsgFWXwyJ9Q3xejA2c1c4eObGgOgC9ZoshuHHdptaTN1m3rexqAxXRDBg==
|
| 64 |
+
dependencies:
|
| 65 |
+
"@algolia/client-common" "4.10.5"
|
| 66 |
+
"@algolia/requester-common" "4.10.5"
|
| 67 |
+
"@algolia/transporter" "4.10.5"
|
| 68 |
+
|
| 69 |
+
"@algolia/logger-common@4.10.5":
|
| 70 |
+
version "4.10.5"
|
| 71 |
+
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.10.5.tgz#cf807107e755ad4a72c5afc787e968ff1196f1cc"
|
| 72 |
+
integrity sha512-gRJo9zt1UYP4k3woEmZm4iuEBIQd/FrArIsjzsL/b+ihNoOqIxZKTSuGFU4UUZOEhvmxDReiA4gzvQXG+TMTmA==
|
| 73 |
+
|
| 74 |
+
"@algolia/logger-console@4.10.5":
|
| 75 |
+
version "4.10.5"
|
| 76 |
+
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.10.5.tgz#f961a7a7c6718c3f3842fb9b522d47b03b9df8ad"
|
| 77 |
+
integrity sha512-4WfIbn4253EDU12u9UiYvz+QTvAXDv39mKNg9xSoMCjKE5szcQxfcSczw2byc6pYhahOJ9PmxPBfs1doqsdTKQ==
|
| 78 |
+
dependencies:
|
| 79 |
+
"@algolia/logger-common" "4.10.5"
|
| 80 |
+
|
| 81 |
+
"@algolia/requester-browser-xhr@4.10.5":
|
| 82 |
+
version "4.10.5"
|
| 83 |
+
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.10.5.tgz#7063e3bc6d9c72bc535e1794352eddf47459dfe6"
|
| 84 |
+
integrity sha512-53/MURQEqtK+bGdfq4ITSPwTh5hnADU99qzvpAINGQveUFNSFGERipJxHjTJjIrjFz3vxj5kKwjtxDnU6ygO9g==
|
| 85 |
+
dependencies:
|
| 86 |
+
"@algolia/requester-common" "4.10.5"
|
| 87 |
+
|
| 88 |
+
"@algolia/requester-common@4.10.5":
|
| 89 |
+
version "4.10.5"
|
| 90 |
+
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.10.5.tgz#52abfbf10b743d26afd3ce20f62771bc393ff4f0"
|
| 91 |
+
integrity sha512-UkVa1Oyuj6NPiAEt5ZvrbVopEv1m/mKqjs40KLB+dvfZnNcj+9Fry4Oxnt15HMy/HLORXsx4UwcthAvBuOXE9Q==
|
| 92 |
+
|
| 93 |
+
"@algolia/requester-node-http@4.10.5":
|
| 94 |
+
version "4.10.5"
|
| 95 |
+
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.10.5.tgz#db7e9ece1fda1b71a28c8e623666aaa096320b5c"
|
| 96 |
+
integrity sha512-aNEKVKXL4fiiC+bS7yJwAHdxln81ieBwY3tsMCtM4zF9f5KwCzY2OtN4WKEZa5AAADVcghSAUdyjs4AcGUlO5w==
|
| 97 |
+
dependencies:
|
| 98 |
+
"@algolia/requester-common" "4.10.5"
|
| 99 |
+
|
| 100 |
+
"@algolia/transporter@4.10.5":
|
| 101 |
+
version "4.10.5"
|
| 102 |
+
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.10.5.tgz#9354989f12af3e2ce7d3109a94f519d467a960e0"
|
| 103 |
+
integrity sha512-F8DLkmIlvCoMwSCZA3FKHtmdjH3o5clbt0pi2ktFStVNpC6ZDmY307HcK619bKP5xW6h8sVJhcvrLB775D2cyA==
|
| 104 |
+
dependencies:
|
| 105 |
+
"@algolia/cache-common" "4.10.5"
|
| 106 |
+
"@algolia/logger-common" "4.10.5"
|
| 107 |
+
"@algolia/requester-common" "4.10.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
"@ardatan/aggregate-error@0.0.6":
|
| 110 |
version "0.0.6"
|
| 134 |
dependencies:
|
| 135 |
"@babel/highlight" "^7.14.5"
|
| 136 |
|
| 137 |
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
|
| 138 |
+
version "7.15.0"
|
| 139 |
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
|
| 140 |
+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
|
| 142 |
"@babel/core@7.10.5":
|
| 143 |
version "7.10.5"
|
| 183 |
semver "^5.4.1"
|
| 184 |
source-map "^0.5.0"
|
| 185 |
|
| 186 |
+
"@babel/core@^7.14.8":
|
| 187 |
+
version "7.15.5"
|
| 188 |
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.5.tgz#f8ed9ace730722544609f90c9bb49162dc3bf5b9"
|
| 189 |
+
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
|
| 190 |
dependencies:
|
| 191 |
"@babel/code-frame" "^7.14.5"
|
| 192 |
+
"@babel/generator" "^7.15.4"
|
| 193 |
+
"@babel/helper-compilation-targets" "^7.15.4"
|
| 194 |
+
"@babel/helper-module-transforms" "^7.15.4"
|
| 195 |
+
"@babel/helpers" "^7.15.4"
|
| 196 |
+
"@babel/parser" "^7.15.5"
|
| 197 |
+
"@babel/template" "^7.15.4"
|
| 198 |
+
"@babel/traverse" "^7.15.4"
|
| 199 |
+
"@babel/types" "^7.15.4"
|
| 200 |
convert-source-map "^1.7.0"
|
| 201 |
debug "^4.1.0"
|
| 202 |
gensync "^1.0.0-beta.2"
|
| 204 |
semver "^6.3.0"
|
| 205 |
source-map "^0.5.0"
|
| 206 |
|
| 207 |
+
"@babel/eslint-parser@^7.14.9":
|
| 208 |
+
version "7.15.4"
|
| 209 |
+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.4.tgz#46385943726291fb3e8db99522c8099b15684387"
|
| 210 |
+
integrity sha512-hPMIAmGNbmQzXJIo2P43Zj9UhRmGev5f9nqdBFOWNGDGh6XKmjby79woBvg6y0Jur6yRfQBneDbUQ8ZVc1krFw==
|
| 211 |
dependencies:
|
| 212 |
eslint-scope "^5.1.1"
|
| 213 |
eslint-visitor-keys "^2.1.0"
|
| 214 |
semver "^6.3.0"
|
| 215 |
|
| 216 |
+
"@babel/generator@^7.10.5", "@babel/generator@^7.12.5", "@babel/generator@^7.14.9", "@babel/generator@^7.15.4":
|
| 217 |
+
version "7.15.4"
|
| 218 |
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.4.tgz#85acb159a267ca6324f9793986991ee2022a05b0"
|
| 219 |
+
integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 220 |
dependencies:
|
| 221 |
+
"@babel/types" "^7.15.4"
|
| 222 |
jsesc "^2.5.1"
|
| 223 |
source-map "^0.5.0"
|
| 224 |
|
| 225 |
+
"@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
|
| 226 |
+
version "7.15.4"
|
| 227 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
|
| 228 |
+
integrity sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==
|
| 229 |
dependencies:
|
| 230 |
+
"@babel/types" "^7.15.4"
|
| 231 |
|
| 232 |
"@babel/helper-builder-binary-assignment-operator-visitor@^7.14.5":
|
| 233 |
+
version "7.15.4"
|
| 234 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz#21ad815f609b84ee0e3058676c33cf6d1670525f"
|
| 235 |
+
integrity sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==
|
| 236 |
dependencies:
|
| 237 |
+
"@babel/helper-explode-assignable-expression" "^7.15.4"
|
| 238 |
+
"@babel/types" "^7.15.4"
|
| 239 |
|
| 240 |
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.4":
|
| 241 |
+
version "7.15.4"
|
| 242 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz#cf6d94f30fbefc139123e27dd6b02f65aeedb7b9"
|
| 243 |
+
integrity sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==
|
| 244 |
dependencies:
|
| 245 |
+
"@babel/compat-data" "^7.15.0"
|
| 246 |
"@babel/helper-validator-option" "^7.14.5"
|
| 247 |
browserslist "^4.16.6"
|
| 248 |
semver "^6.3.0"
|
| 249 |
|
| 250 |
+
"@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.15.4":
|
| 251 |
+
version "7.15.4"
|
| 252 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz#7f977c17bd12a5fba363cb19bea090394bf37d2e"
|
| 253 |
+
integrity sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==
|
| 254 |
dependencies:
|
| 255 |
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
| 256 |
+
"@babel/helper-function-name" "^7.15.4"
|
| 257 |
+
"@babel/helper-member-expression-to-functions" "^7.15.4"
|
| 258 |
+
"@babel/helper-optimise-call-expression" "^7.15.4"
|
| 259 |
+
"@babel/helper-replace-supers" "^7.15.4"
|
| 260 |
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
| 261 |
|
| 262 |
"@babel/helper-create-regexp-features-plugin@^7.14.5":
|
| 263 |
version "7.14.5"
|
| 281 |
resolve "^1.14.2"
|
| 282 |
semver "^6.1.2"
|
| 283 |
|
| 284 |
+
"@babel/helper-explode-assignable-expression@^7.15.4":
|
| 285 |
+
version "7.15.4"
|
| 286 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz#f9aec9d219f271eaf92b9f561598ca6b2682600c"
|
| 287 |
+
integrity sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==
|
| 288 |
dependencies:
|
| 289 |
+
"@babel/types" "^7.15.4"
|
| 290 |
|
| 291 |
+
"@babel/helper-function-name@^7.14.5", "@babel/helper-function-name@^7.15.4":
|
| 292 |
+
version "7.15.4"
|
| 293 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz#845744dafc4381a4a5fb6afa6c3d36f98a787ebc"
|
| 294 |
+
integrity sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==
|
| 295 |
dependencies:
|
| 296 |
+
"@babel/helper-get-function-arity" "^7.15.4"
|
| 297 |
+
"@babel/template" "^7.15.4"
|
| 298 |
+
"@babel/types" "^7.15.4"
|
| 299 |
|
| 300 |
+
"@babel/helper-get-function-arity@^7.15.4":
|
| 301 |
+
version "7.15.4"
|
| 302 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
|
| 303 |
+
integrity sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==
|
| 304 |
dependencies:
|
| 305 |
+
"@babel/types" "^7.15.4"
|
| 306 |
|
| 307 |
+
"@babel/helper-hoist-variables@^7.15.4":
|
| 308 |
+
version "7.15.4"
|
| 309 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz#09993a3259c0e918f99d104261dfdfc033f178df"
|
| 310 |
+
integrity sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==
|
| 311 |
dependencies:
|
| 312 |
+
"@babel/types" "^7.15.4"
|
| 313 |
|
| 314 |
+
"@babel/helper-member-expression-to-functions@^7.15.4":
|
| 315 |
+
version "7.15.4"
|
| 316 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
|
| 317 |
+
integrity sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==
|
| 318 |
dependencies:
|
| 319 |
+
"@babel/types" "^7.15.4"
|
| 320 |
|
| 321 |
+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.0.0-beta.49", "@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.14.5", "@babel/helper-module-imports@^7.15.4":
|
| 322 |
+
version "7.15.4"
|
| 323 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz#e18007d230632dea19b47853b984476e7b4e103f"
|
| 324 |
+
integrity sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==
|
| 325 |
dependencies:
|
| 326 |
+
"@babel/types" "^7.15.4"
|
| 327 |
|
| 328 |
+
"@babel/helper-module-transforms@^7.10.5", "@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4":
|
| 329 |
+
version "7.15.4"
|
| 330 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz#962cc629a7f7f9a082dd62d0307fa75fe8788d7c"
|
| 331 |
+
integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
|
| 332 |
dependencies:
|
| 333 |
+
"@babel/helper-module-imports" "^7.15.4"
|
| 334 |
+
"@babel/helper-replace-supers" "^7.15.4"
|
| 335 |
+
"@babel/helper-simple-access" "^7.15.4"
|
| 336 |
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
| 337 |
+
"@babel/helper-validator-identifier" "^7.14.9"
|
| 338 |
+
"@babel/template" "^7.15.4"
|
| 339 |
+
"@babel/traverse" "^7.15.4"
|
| 340 |
+
"@babel/types" "^7.15.4"
|
| 341 |
|
| 342 |
+
"@babel/helper-optimise-call-expression@^7.15.4":
|
| 343 |
+
version "7.15.4"
|
| 344 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz#f310a5121a3b9cc52d9ab19122bd729822dee171"
|
| 345 |
+
integrity sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 346 |
dependencies:
|
| 347 |
+
"@babel/types" "^7.15.4"
|
| 348 |
|
| 349 |
"@babel/helper-plugin-utils@7.10.4":
|
| 350 |
version "7.10.4"
|
| 356 |
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
| 357 |
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
| 358 |
|
| 359 |
+
"@babel/helper-remap-async-to-generator@^7.14.5", "@babel/helper-remap-async-to-generator@^7.15.4":
|
| 360 |
+
version "7.15.4"
|
| 361 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz#2637c0731e4c90fbf58ac58b50b2b5a192fc970f"
|
| 362 |
+
integrity sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 363 |
dependencies:
|
| 364 |
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
| 365 |
+
"@babel/helper-wrap-function" "^7.15.4"
|
| 366 |
+
"@babel/types" "^7.15.4"
|
|
|
|
| 367 |
|
| 368 |
+
"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.4":
|
| 369 |
+
version "7.15.4"
|
| 370 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz#52a8ab26ba918c7f6dee28628b07071ac7b7347a"
|
| 371 |
+
integrity sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==
|
| 372 |
dependencies:
|
| 373 |
+
"@babel/helper-member-expression-to-functions" "^7.15.4"
|
| 374 |
+
"@babel/helper-optimise-call-expression" "^7.15.4"
|
| 375 |
+
"@babel/traverse" "^7.15.4"
|
| 376 |
+
"@babel/types" "^7.15.4"
|
| 377 |
|
| 378 |
+
"@babel/helper-simple-access@^7.15.4":
|
| 379 |
+
version "7.15.4"
|
| 380 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz#ac368905abf1de8e9781434b635d8f8674bcc13b"
|
| 381 |
+
integrity sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==
|
| 382 |
dependencies:
|
| 383 |
+
"@babel/types" "^7.15.4"
|
| 384 |
|
| 385 |
+
"@babel/helper-skip-transparent-expression-wrappers@^7.14.5", "@babel/helper-skip-transparent-expression-wrappers@^7.15.4":
|
| 386 |
+
version "7.15.4"
|
| 387 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz#707dbdba1f4ad0fa34f9114fc8197aec7d5da2eb"
|
| 388 |
+
integrity sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==
|
| 389 |
dependencies:
|
| 390 |
+
"@babel/types" "^7.15.4"
|
| 391 |
|
| 392 |
+
"@babel/helper-split-export-declaration@^7.15.4":
|
| 393 |
+
version "7.15.4"
|
| 394 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz#aecab92dcdbef6a10aa3b62ab204b085f776e257"
|
| 395 |
+
integrity sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==
|
| 396 |
dependencies:
|
| 397 |
+
"@babel/types" "^7.15.4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 398 |
|
| 399 |
+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
|
| 400 |
+
version "7.14.9"
|
| 401 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
|
| 402 |
+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
|
| 403 |
|
| 404 |
"@babel/helper-validator-option@^7.14.5":
|
| 405 |
version "7.14.5"
|
| 406 |
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
| 407 |
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
| 408 |
|
| 409 |
+
"@babel/helper-wrap-function@^7.15.4":
|
| 410 |
+
version "7.15.4"
|
| 411 |
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz#6f754b2446cfaf3d612523e6ab8d79c27c3a3de7"
|
| 412 |
+
integrity sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 413 |
dependencies:
|
| 414 |
+
"@babel/helper-function-name" "^7.15.4"
|
| 415 |
+
"@babel/template" "^7.15.4"
|
| 416 |
+
"@babel/traverse" "^7.15.4"
|
| 417 |
+
"@babel/types" "^7.15.4"
|
| 418 |
|
| 419 |
+
"@babel/helpers@^7.10.4", "@babel/helpers@^7.12.5", "@babel/helpers@^7.15.4":
|
| 420 |
+
version "7.15.4"
|
| 421 |
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.4.tgz#5f40f02050a3027121a3cf48d497c05c555eaf43"
|
| 422 |
+
integrity sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==
|
| 423 |
dependencies:
|
| 424 |
+
"@babel/template" "^7.15.4"
|
| 425 |
+
"@babel/traverse" "^7.15.4"
|
| 426 |
+
"@babel/types" "^7.15.4"
|
| 427 |
|
| 428 |
"@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
|
| 429 |
version "7.14.5"
|
| 434 |
chalk "^2.0.0"
|
| 435 |
js-tokens "^4.0.0"
|
| 436 |
|
| 437 |
+
"@babel/parser@^7.10.5", "@babel/parser@^7.12.7", "@babel/parser@^7.14.9", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5":
|
| 438 |
+
version "7.15.5"
|
| 439 |
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.5.tgz#d33a58ca69facc05b26adfe4abebfed56c1c2dac"
|
| 440 |
+
integrity sha512-2hQstc6I7T6tQsWzlboMh3SgMRPaS4H6H7cPQsJkdzTzEGqQrpLDsE2BGASU5sBPoEQyHzeqU6C8uKbFeEk6sg==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 441 |
|
| 442 |
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
|
| 443 |
+
version "7.15.4"
|
| 444 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
|
| 445 |
+
integrity sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==
|
| 446 |
dependencies:
|
| 447 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 448 |
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.15.4"
|
| 449 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 450 |
|
| 451 |
+
"@babel/plugin-proposal-async-generator-functions@^7.15.4":
|
| 452 |
+
version "7.15.4"
|
| 453 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz#f82aabe96c135d2ceaa917feb9f5fca31635277e"
|
| 454 |
+
integrity sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==
|
| 455 |
dependencies:
|
| 456 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 457 |
+
"@babel/helper-remap-async-to-generator" "^7.15.4"
|
| 458 |
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 459 |
|
| 460 |
"@babel/plugin-proposal-class-properties@^7.14.0", "@babel/plugin-proposal-class-properties@^7.14.5":
|
| 465 |
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 466 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 467 |
|
| 468 |
+
"@babel/plugin-proposal-class-static-block@^7.15.4":
|
| 469 |
+
version "7.15.4"
|
| 470 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz#3e7ca6128453c089e8b477a99f970c63fc1cb8d7"
|
| 471 |
+
integrity sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==
|
| 472 |
dependencies:
|
| 473 |
+
"@babel/helper-create-class-features-plugin" "^7.15.4"
|
| 474 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 475 |
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
| 476 |
|
| 576 |
"@babel/helper-create-class-features-plugin" "^7.14.5"
|
| 577 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 578 |
|
| 579 |
+
"@babel/plugin-proposal-private-property-in-object@^7.15.4":
|
| 580 |
+
version "7.15.4"
|
| 581 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz#55c5e3b4d0261fd44fe637e3f624cfb0f484e3e5"
|
| 582 |
+
integrity sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==
|
| 583 |
dependencies:
|
| 584 |
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
| 585 |
+
"@babel/helper-create-class-features-plugin" "^7.15.4"
|
| 586 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 587 |
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
| 588 |
|
| 743 |
dependencies:
|
| 744 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 745 |
|
| 746 |
+
"@babel/plugin-transform-block-scoping@^7.15.3":
|
| 747 |
+
version "7.15.3"
|
| 748 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz#94c81a6e2fc230bcce6ef537ac96a1e4d2b3afaf"
|
| 749 |
+
integrity sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==
|
| 750 |
dependencies:
|
| 751 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 752 |
|
| 753 |
+
"@babel/plugin-transform-classes@^7.14.9", "@babel/plugin-transform-classes@^7.15.4":
|
| 754 |
+
version "7.15.4"
|
| 755 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz#50aee17aaf7f332ae44e3bce4c2e10534d5d3bf1"
|
| 756 |
+
integrity sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==
|
| 757 |
dependencies:
|
| 758 |
+
"@babel/helper-annotate-as-pure" "^7.15.4"
|
| 759 |
+
"@babel/helper-function-name" "^7.15.4"
|
| 760 |
+
"@babel/helper-optimise-call-expression" "^7.15.4"
|
| 761 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 762 |
+
"@babel/helper-replace-supers" "^7.15.4"
|
| 763 |
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
| 764 |
globals "^11.1.0"
|
| 765 |
|
| 766 |
"@babel/plugin-transform-computed-properties@^7.14.5":
|
| 800 |
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.14.5"
|
| 801 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 802 |
|
| 803 |
+
"@babel/plugin-transform-for-of@^7.15.4":
|
| 804 |
+
version "7.15.4"
|
| 805 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz#25c62cce2718cfb29715f416e75d5263fb36a8c2"
|
| 806 |
+
integrity sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==
|
| 807 |
dependencies:
|
| 808 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 809 |
|
| 838 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 839 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 840 |
|
| 841 |
+
"@babel/plugin-transform-modules-commonjs@^7.15.4":
|
| 842 |
+
version "7.15.4"
|
| 843 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz#8201101240eabb5a76c08ef61b2954f767b6b4c1"
|
| 844 |
+
integrity sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==
|
| 845 |
dependencies:
|
| 846 |
+
"@babel/helper-module-transforms" "^7.15.4"
|
| 847 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 848 |
+
"@babel/helper-simple-access" "^7.15.4"
|
| 849 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 850 |
|
| 851 |
+
"@babel/plugin-transform-modules-systemjs@^7.15.4":
|
| 852 |
+
version "7.15.4"
|
| 853 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz#b42890c7349a78c827719f1d2d0cd38c7d268132"
|
| 854 |
+
integrity sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==
|
| 855 |
dependencies:
|
| 856 |
+
"@babel/helper-hoist-variables" "^7.15.4"
|
| 857 |
+
"@babel/helper-module-transforms" "^7.15.4"
|
| 858 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 859 |
+
"@babel/helper-validator-identifier" "^7.14.9"
|
| 860 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 861 |
|
| 862 |
"@babel/plugin-transform-modules-umd@^7.14.5":
|
| 867 |
"@babel/helper-module-transforms" "^7.14.5"
|
| 868 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 869 |
|
| 870 |
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
|
| 871 |
+
version "7.14.9"
|
| 872 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
|
| 873 |
+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
|
| 874 |
dependencies:
|
| 875 |
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 876 |
|
| 889 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 890 |
"@babel/helper-replace-supers" "^7.14.5"
|
| 891 |
|
| 892 |
+
"@babel/plugin-transform-parameters@^7.10.4", "@babel/plugin-transform-parameters@^7.12.1", "@babel/plugin-transform-parameters@^7.14.5", "@babel/plugin-transform-parameters@^7.15.4":
|
| 893 |
+
version "7.15.4"
|
| 894 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz#5f2285cc3160bf48c8502432716b48504d29ed62"
|
| 895 |
+
integrity sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==
|
| 896 |
dependencies:
|
| 897 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 898 |
|
| 904 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 905 |
|
| 906 |
"@babel/plugin-transform-react-display-name@^7.14.5":
|
| 907 |
+
version "7.15.1"
|
| 908 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.15.1.tgz#6aaac6099f1fcf6589d35ae6be1b6e10c8c602b9"
|
| 909 |
+
integrity sha512-yQZ/i/pUCJAHI/LbtZr413S3VT26qNrEm0M5RRxQJA947/YNYwbZbBaXGDrq6CG5QsZycI1VIP6d7pQaBfP+8Q==
|
| 910 |
dependencies:
|
| 911 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 912 |
|
| 917 |
dependencies:
|
| 918 |
"@babel/plugin-transform-react-jsx" "^7.14.5"
|
| 919 |
|
| 920 |
+
"@babel/plugin-transform-react-jsx@^7.12.1", "@babel/plugin-transform-react-jsx@^7.14.5", "@babel/plugin-transform-react-jsx@^7.14.9":
|
| 921 |
+
version "7.14.9"
|
| 922 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.14.9.tgz#3314b2163033abac5200a869c4de242cd50a914c"
|
| 923 |
+
integrity sha512-30PeETvS+AeD1f58i1OVyoDlVYQhap/K20ZrMjLmmzmC2AYR/G43D4sdJAaDAqCD3MYpSWbmrz3kES158QSLjw==
|
| 924 |
dependencies:
|
| 925 |
"@babel/helper-annotate-as-pure" "^7.14.5"
|
| 926 |
"@babel/helper-module-imports" "^7.14.5"
|
| 927 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 928 |
"@babel/plugin-syntax-jsx" "^7.14.5"
|
| 929 |
+
"@babel/types" "^7.14.9"
|
| 930 |
|
| 931 |
"@babel/plugin-transform-react-pure-annotations@^7.14.5":
|
| 932 |
version "7.14.5"
|
| 951 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 952 |
|
| 953 |
"@babel/plugin-transform-runtime@^7.14.5":
|
| 954 |
+
version "7.15.0"
|
| 955 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3"
|
| 956 |
+
integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==
|
| 957 |
dependencies:
|
| 958 |
"@babel/helper-module-imports" "^7.14.5"
|
| 959 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 998 |
dependencies:
|
| 999 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1000 |
|
| 1001 |
+
"@babel/plugin-transform-typescript@^7.15.0":
|
| 1002 |
+
version "7.15.4"
|
| 1003 |
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz#db7a062dcf8be5fc096bc0eeb40a13fbfa1fa251"
|
| 1004 |
+
integrity sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==
|
| 1005 |
dependencies:
|
| 1006 |
+
"@babel/helper-create-class-features-plugin" "^7.15.4"
|
| 1007 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1008 |
"@babel/plugin-syntax-typescript" "^7.14.5"
|
| 1009 |
|
| 1022 |
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
|
| 1023 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1024 |
|
| 1025 |
+
"@babel/preset-env@^7.14.9":
|
| 1026 |
+
version "7.15.4"
|
| 1027 |
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.4.tgz#197e7f99a755c488f0af411af179cbd10de6e815"
|
| 1028 |
+
integrity sha512-4f2nLw+q6ht8gl3sHCmNhmA5W6b1ItLzbH3UrKuJxACHr2eCpk96jwjrAfCAaXaaVwTQGnyUYHY2EWXJGt7TUQ==
|
| 1029 |
dependencies:
|
| 1030 |
+
"@babel/compat-data" "^7.15.0"
|
| 1031 |
+
"@babel/helper-compilation-targets" "^7.15.4"
|
| 1032 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1033 |
"@babel/helper-validator-option" "^7.14.5"
|
| 1034 |
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.15.4"
|
| 1035 |
+
"@babel/plugin-proposal-async-generator-functions" "^7.15.4"
|
| 1036 |
"@babel/plugin-proposal-class-properties" "^7.14.5"
|
| 1037 |
+
"@babel/plugin-proposal-class-static-block" "^7.15.4"
|
| 1038 |
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
|
| 1039 |
"@babel/plugin-proposal-export-namespace-from" "^7.14.5"
|
| 1040 |
"@babel/plugin-proposal-json-strings" "^7.14.5"
|
| 1045 |
"@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
|
| 1046 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 1047 |
"@babel/plugin-proposal-private-methods" "^7.14.5"
|
| 1048 |
+
"@babel/plugin-proposal-private-property-in-object" "^7.15.4"
|
| 1049 |
"@babel/plugin-proposal-unicode-property-regex" "^7.14.5"
|
| 1050 |
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
| 1051 |
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
| 1064 |
"@babel/plugin-transform-arrow-functions" "^7.14.5"
|
| 1065 |
"@babel/plugin-transform-async-to-generator" "^7.14.5"
|
| 1066 |
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
|
| 1067 |
+
"@babel/plugin-transform-block-scoping" "^7.15.3"
|
| 1068 |
+
"@babel/plugin-transform-classes" "^7.15.4"
|
| 1069 |
"@babel/plugin-transform-computed-properties" "^7.14.5"
|
| 1070 |
"@babel/plugin-transform-destructuring" "^7.14.7"
|
| 1071 |
"@babel/plugin-transform-dotall-regex" "^7.14.5"
|
| 1072 |
"@babel/plugin-transform-duplicate-keys" "^7.14.5"
|
| 1073 |
"@babel/plugin-transform-exponentiation-operator" "^7.14.5"
|
| 1074 |
+
"@babel/plugin-transform-for-of" "^7.15.4"
|
| 1075 |
"@babel/plugin-transform-function-name" "^7.14.5"
|
| 1076 |
"@babel/plugin-transform-literals" "^7.14.5"
|
| 1077 |
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
|
| 1078 |
"@babel/plugin-transform-modules-amd" "^7.14.5"
|
| 1079 |
+
"@babel/plugin-transform-modules-commonjs" "^7.15.4"
|
| 1080 |
+
"@babel/plugin-transform-modules-systemjs" "^7.15.4"
|
| 1081 |
"@babel/plugin-transform-modules-umd" "^7.14.5"
|
| 1082 |
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
|
| 1083 |
"@babel/plugin-transform-new-target" "^7.14.5"
|
| 1084 |
"@babel/plugin-transform-object-super" "^7.14.5"
|
| 1085 |
+
"@babel/plugin-transform-parameters" "^7.15.4"
|
| 1086 |
"@babel/plugin-transform-property-literals" "^7.14.5"
|
| 1087 |
"@babel/plugin-transform-regenerator" "^7.14.5"
|
| 1088 |
"@babel/plugin-transform-reserved-words" "^7.14.5"
|
| 1094 |
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
|
| 1095 |
"@babel/plugin-transform-unicode-regex" "^7.14.5"
|
| 1096 |
"@babel/preset-modules" "^0.1.4"
|
| 1097 |
+
"@babel/types" "^7.15.4"
|
| 1098 |
babel-plugin-polyfill-corejs2 "^0.2.2"
|
| 1099 |
babel-plugin-polyfill-corejs3 "^0.2.2"
|
| 1100 |
babel-plugin-polyfill-regenerator "^0.2.2"
|
| 1101 |
+
core-js-compat "^3.16.0"
|
| 1102 |
semver "^6.3.0"
|
| 1103 |
|
| 1104 |
"@babel/preset-modules@^0.1.4":
|
| 1125 |
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
|
| 1126 |
|
| 1127 |
"@babel/preset-typescript@^7.14.0":
|
| 1128 |
+
version "7.15.0"
|
| 1129 |
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
|
| 1130 |
+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
|
| 1131 |
dependencies:
|
| 1132 |
"@babel/helper-plugin-utils" "^7.14.5"
|
| 1133 |
"@babel/helper-validator-option" "^7.14.5"
|
| 1134 |
+
"@babel/plugin-transform-typescript" "^7.15.0"
|
| 1135 |
|
| 1136 |
"@babel/runtime-corejs3@^7.10.2":
|
| 1137 |
+
version "7.15.4"
|
| 1138 |
+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.15.4.tgz#403139af262b9a6e8f9ba04a6fdcebf8de692bf1"
|
| 1139 |
+
integrity sha512-lWcAqKeB624/twtTc3w6w/2o9RqJPaNBhPGK6DKLSiwuVWC7WFkypWyNg+CpZoyJH0jVzv1uMtXZ/5/lQOLtCg==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1140 |
dependencies:
|
| 1141 |
+
core-js-pure "^3.16.0"
|
| 1142 |
regenerator-runtime "^0.13.4"
|
| 1143 |
|
| 1144 |
+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.0", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.8", "@babel/runtime@^7.15.3", "@babel/runtime@^7.4.3", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.7", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
|
| 1145 |
+
version "7.15.4"
|
| 1146 |
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.15.4.tgz#fd17d16bfdf878e6dd02d19753a39fa8a8d9c84a"
|
| 1147 |
+
integrity sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==
|
| 1148 |
dependencies:
|
| 1149 |
regenerator-runtime "^0.13.4"
|
| 1150 |
|
| 1151 |
+
"@babel/standalone@^7.14.9":
|
| 1152 |
+
version "7.15.5"
|
| 1153 |
+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.15.5.tgz#6aba337fa718bfa42ce8665f7377d7911487dda8"
|
| 1154 |
+
integrity sha512-rho2fzDGLrdYVbl0S71I8z6AREWnVvADzv7Gb4TLKhqpE6cJAvno0ALMuF253+wqhN8futx4ELWQpBYMxi4jmA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1155 |
|
| 1156 |
+
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.14.0", "@babel/template@^7.15.4":
|
| 1157 |
+
version "7.15.4"
|
| 1158 |
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.15.4.tgz#51898d35dcf3faa670c4ee6afcfd517ee139f194"
|
| 1159 |
+
integrity sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==
|
| 1160 |
dependencies:
|
| 1161 |
"@babel/code-frame" "^7.14.5"
|
| 1162 |
+
"@babel/parser" "^7.15.4"
|
| 1163 |
+
"@babel/types" "^7.15.4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1164 |
|
| 1165 |
+
"@babel/traverse@^7.10.5", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.9", "@babel/traverse@^7.15.4":
|
| 1166 |
+
version "7.15.4"
|
| 1167 |
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
|
| 1168 |
+
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
|
| 1169 |
dependencies:
|
| 1170 |
"@babel/code-frame" "^7.14.5"
|
| 1171 |
+
"@babel/generator" "^7.15.4"
|
| 1172 |
+
"@babel/helper-function-name" "^7.15.4"
|
| 1173 |
+
"@babel/helper-hoist-variables" "^7.15.4"
|
| 1174 |
+
"@babel/helper-split-export-declaration" "^7.15.4"
|
| 1175 |
+
"@babel/parser" "^7.15.4"
|
| 1176 |
+
"@babel/types" "^7.15.4"
|
| 1177 |
debug "^4.1.0"
|
| 1178 |
globals "^11.1.0"
|
| 1179 |
|
| 1180 |
+
"@babel/types@^7.0.0-beta.49", "@babel/types@^7.10.5", "@babel/types@^7.12.7", "@babel/types@^7.14.9", "@babel/types@^7.15.4", "@babel/types@^7.4.4":
|
| 1181 |
+
version "7.15.4"
|
| 1182 |
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.4.tgz#74eeb86dbd6748d2741396557b9860e57fce0a0d"
|
| 1183 |
+
integrity sha512-0f1HJFuGmmbrKTCZtbm3cU+b/AqdEYk5toj5iQur58xkVMlS0JWaKxTBSmCXd47uiN7vbcozAupm6Mvs80GNhw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1184 |
dependencies:
|
| 1185 |
+
"@babel/helper-validator-identifier" "^7.14.9"
|
| 1186 |
to-fast-properties "^2.0.0"
|
| 1187 |
|
| 1188 |
"@emotion/babel-plugin-jsx-pragmatic@^0.1.5":
|
| 1320 |
ts-node "^9"
|
| 1321 |
tslib "^2"
|
| 1322 |
|
| 1323 |
+
"@eslint/eslintrc@^0.4.3":
|
| 1324 |
+
version "0.4.3"
|
| 1325 |
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
|
| 1326 |
+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
|
| 1327 |
dependencies:
|
| 1328 |
ajv "^6.12.4"
|
| 1329 |
debug "^4.1.1"
|
| 1335 |
minimatch "^3.0.4"
|
| 1336 |
strip-json-comments "^3.1.1"
|
| 1337 |
|
| 1338 |
+
"@gar/promisify@^1.0.1":
|
| 1339 |
+
version "1.1.2"
|
| 1340 |
+
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.2.tgz#30aa825f11d438671d585bd44e7fd564535fc210"
|
| 1341 |
+
integrity sha512-82cpyJyKRoQoRi+14ibCeGPu0CwypgtBAdBhq1WfvagpCZNKqwXbKwXllYSMG91DhmG4jt9gN8eP6lGOtozuaw==
|
| 1342 |
+
|
| 1343 |
"@gatsbyjs/reach-router@^1.3.6":
|
| 1344 |
version "1.3.6"
|
| 1345 |
resolved "https://registry.yarnpkg.com/@gatsbyjs/reach-router/-/reach-router-1.3.6.tgz#4e8225836959be247890b66f21a3198a0589e34d"
|
| 1360 |
strip-ansi "^6.0.0"
|
| 1361 |
|
| 1362 |
"@googlemaps/js-api-loader@^1.7.0":
|
| 1363 |
+
version "1.12.2"
|
| 1364 |
+
resolved "https://registry.yarnpkg.com/@googlemaps/js-api-loader/-/js-api-loader-1.12.2.tgz#1a198b5b9ba3f329fdaa0471c576424b10250ecc"
|
| 1365 |
+
integrity sha512-SBamjN2x4UyYAJIoIh48aFQJC0DGBfTuvZrfT9iWrRp4H1Y4Ks5MqAzK7lncnso495gx+xDT2IJtiTVXYBxwlQ==
|
| 1366 |
dependencies:
|
| 1367 |
fast-deep-equal "^3.1.3"
|
| 1368 |
|
| 1399 |
tslib "~2.1.0"
|
| 1400 |
|
| 1401 |
"@graphql-tools/import@^6.2.6":
|
| 1402 |
+
version "6.4.0"
|
| 1403 |
+
resolved "https://registry.yarnpkg.com/@graphql-tools/import/-/import-6.4.0.tgz#eb2178d6df8d964e7b9d6b1ed75f80d12f9060a7"
|
| 1404 |
+
integrity sha512-jfE01oPcmc4vzAcYLs6xT7XC4jJWrM1HNtIwc7HyyHTxrC3nf36XrF3txEZ2l20GT53+OWnMgYx1HhauLGdJmA==
|
| 1405 |
dependencies:
|
| 1406 |
resolve-from "5.0.0"
|
| 1407 |
+
tslib "~2.3.0"
|
| 1408 |
|
| 1409 |
"@graphql-tools/json-file-loader@^6.0.0":
|
| 1410 |
version "6.2.6"
|
| 1429 |
unixify "1.0.0"
|
| 1430 |
valid-url "1.0.9"
|
| 1431 |
|
| 1432 |
+
"@graphql-tools/merge@6.0.0 - 6.2.14":
|
| 1433 |
version "6.2.14"
|
| 1434 |
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-6.2.14.tgz#694e2a2785ba47558e5665687feddd2935e9d94e"
|
| 1435 |
integrity sha512-RWT4Td0ROJai2eR66NHejgf8UwnXJqZxXgDWDI+7hua5vNA2OW8Mf9K1Wav1ZkjWnuRp4ztNtkZGie5ISw55ow==
|
| 1438 |
"@graphql-tools/utils" "^7.7.0"
|
| 1439 |
tslib "~2.2.0"
|
| 1440 |
|
| 1441 |
+
"@graphql-tools/merge@^6.2.12":
|
| 1442 |
+
version "6.2.17"
|
| 1443 |
+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-6.2.17.tgz#4dedf87d8435a5e1091d7cc8d4f371ed1e029f1f"
|
| 1444 |
+
integrity sha512-G5YrOew39fZf16VIrc49q3c8dBqQDD0ax5LYPiNja00xsXDi0T9zsEWVt06ApjtSdSF6HDddlu5S12QjeN8Tow==
|
| 1445 |
+
dependencies:
|
| 1446 |
+
"@graphql-tools/schema" "^8.0.2"
|
| 1447 |
+
"@graphql-tools/utils" "8.0.2"
|
| 1448 |
+
tslib "~2.3.0"
|
| 1449 |
+
|
| 1450 |
+
"@graphql-tools/merge@^8.1.0":
|
| 1451 |
+
version "8.1.2"
|
| 1452 |
+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.1.2.tgz#50f5763927c51de764d09c5bfd20261671976e24"
|
| 1453 |
+
integrity sha512-kFLd4kKNJXYXnKIhM8q9zgGAtbLmsy3WmGdDxYq3YHBJUogucAxnivQYyRIseUq37KGmSAIWu3pBQ23TKGsGOw==
|
| 1454 |
+
dependencies:
|
| 1455 |
+
"@graphql-tools/utils" "^8.2.2"
|
| 1456 |
+
tslib "~2.3.0"
|
| 1457 |
+
|
| 1458 |
"@graphql-tools/schema@^7.0.0", "@graphql-tools/schema@^7.1.5":
|
| 1459 |
version "7.1.5"
|
| 1460 |
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-7.1.5.tgz#07b24e52b182e736a6b77c829fc48b84d89aa711"
|
| 1464 |
tslib "~2.2.0"
|
| 1465 |
value-or-promise "1.0.6"
|
| 1466 |
|
| 1467 |
+
"@graphql-tools/schema@^8.0.2":
|
| 1468 |
+
version "8.2.0"
|
| 1469 |
+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-8.2.0.tgz#ae75cbb2df6cee9ed6d89fce56be467ab23758dc"
|
| 1470 |
+
integrity sha512-ufmI5mJQa8NJczzfkh0pUttKvspqDcT5LLakA3jUmOrrE4d4NVj6onZlazdTzF5sAepSNqanFnwhrxZpCAJMKg==
|
| 1471 |
+
dependencies:
|
| 1472 |
+
"@graphql-tools/merge" "^8.1.0"
|
| 1473 |
+
"@graphql-tools/utils" "^8.2.0"
|
| 1474 |
+
tslib "~2.3.0"
|
| 1475 |
+
value-or-promise "1.0.10"
|
| 1476 |
+
|
| 1477 |
"@graphql-tools/url-loader@^6.0.0":
|
| 1478 |
version "6.10.1"
|
| 1479 |
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-6.10.1.tgz#dc741e4299e0e7ddf435eba50a1f713b3e763b33"
|
| 1499 |
valid-url "1.0.9"
|
| 1500 |
ws "7.4.5"
|
| 1501 |
|
| 1502 |
+
"@graphql-tools/utils@8.0.2":
|
| 1503 |
+
version "8.0.2"
|
| 1504 |
+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.0.2.tgz#795a8383cdfdc89855707d62491c576f439f3c51"
|
| 1505 |
+
integrity sha512-gzkavMOgbhnwkHJYg32Adv6f+LxjbQmmbdD5Hty0+CWxvaiuJq+nU6tzb/7VSU4cwhbNLx/lGu2jbCPEW1McZQ==
|
| 1506 |
+
dependencies:
|
| 1507 |
+
tslib "~2.3.0"
|
| 1508 |
+
|
| 1509 |
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.2", "@graphql-tools/utils@^7.1.2", "@graphql-tools/utils@^7.5.0", "@graphql-tools/utils@^7.7.0", "@graphql-tools/utils@^7.7.1", "@graphql-tools/utils@^7.8.1", "@graphql-tools/utils@^7.9.0":
|
| 1510 |
version "7.10.0"
|
| 1511 |
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.10.0.tgz#07a4cb5d1bec1ff1dc1d47a935919ee6abd38699"
|
| 1515 |
camel-case "4.1.2"
|
| 1516 |
tslib "~2.2.0"
|
| 1517 |
|
| 1518 |
+
"@graphql-tools/utils@^8.2.0", "@graphql-tools/utils@^8.2.2":
|
| 1519 |
+
version "8.2.2"
|
| 1520 |
+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.2.2.tgz#d29420bf1003d2876cb30f373145be432c7f7c4b"
|
| 1521 |
+
integrity sha512-29FFY5U4lpXuBiW9dRvuWnBVwGhWbGLa2leZcAMU/Pz47Cr/QLZGVgpLBV9rt+Gbs7wyIJM7t7EuksPs0RDm3g==
|
| 1522 |
+
dependencies:
|
| 1523 |
+
tslib "~2.3.0"
|
| 1524 |
+
|
| 1525 |
"@graphql-tools/wrap@^7.0.4":
|
| 1526 |
version "7.0.8"
|
| 1527 |
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-7.0.8.tgz#ad41e487135ca3ea1ae0ea04bb3f596177fb4f50"
|
| 1571 |
"@hapi/hoek" "^8.3.0"
|
| 1572 |
|
| 1573 |
"@hapi/topo@^5.0.0":
|
| 1574 |
+
version "5.1.0"
|
| 1575 |
+
resolved "https://registry.yarnpkg.com/@hapi/topo/-/topo-5.1.0.tgz#dc448e332c6c6e37a4dc02fd84ba8d44b9afb012"
|
| 1576 |
+
integrity sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==
|
| 1577 |
dependencies:
|
| 1578 |
"@hapi/hoek" "^9.0.0"
|
| 1579 |
|
| 1580 |
+
"@humanwhocodes/config-array@^0.5.0":
|
| 1581 |
+
version "0.5.0"
|
| 1582 |
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
|
| 1583 |
+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
|
| 1584 |
+
dependencies:
|
| 1585 |
+
"@humanwhocodes/object-schema" "^1.2.0"
|
| 1586 |
+
debug "^4.1.1"
|
| 1587 |
+
minimatch "^3.0.4"
|
| 1588 |
+
|
| 1589 |
+
"@humanwhocodes/object-schema@^1.2.0":
|
| 1590 |
+
version "1.2.0"
|
| 1591 |
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
|
| 1592 |
+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
|
| 1593 |
+
|
| 1594 |
+
"@hutson/parse-repository-url@^3.0.0":
|
| 1595 |
+
version "3.0.2"
|
| 1596 |
+
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
|
| 1597 |
+
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
|
| 1598 |
+
|
| 1599 |
"@iarna/toml@^2.2.5":
|
| 1600 |
version "2.2.5"
|
| 1601 |
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
|
| 2589 |
react-is "^16.12.0"
|
| 2590 |
|
| 2591 |
"@loadable/server@^5.12.0":
|
| 2592 |
+
version "5.15.1"
|
| 2593 |
+
resolved "https://registry.yarnpkg.com/@loadable/server/-/server-5.15.1.tgz#fe8e8b2a631ad0ae48dfb765ec96d758ed5206dd"
|
| 2594 |
+
integrity sha512-LdwzskjMtCMDJoz73JhbkBzTfaopx8U/Bfb0uKkqTxrsjH0uC+h4+cPo5mqKYyHz/dwPRf7aJsvQNcLQZdKHHw==
|
| 2595 |
dependencies:
|
| 2596 |
lodash "^4.17.15"
|
| 2597 |
|
| 2598 |
"@loadable/webpack-plugin@^5.12.0":
|
| 2599 |
+
version "5.15.1"
|
| 2600 |
+
resolved "https://registry.yarnpkg.com/@loadable/webpack-plugin/-/webpack-plugin-5.15.1.tgz#826891c76611d22b5e8259709664f9f18ab91526"
|
| 2601 |
+
integrity sha512-DqGJmazsh9XEG4CtMbaR+Ay+6+iw3NvzYqzqVIb7nsTi7UB38gEQJkT/enXdCkMZhLNSYL2HAr4rbFerhfyL2Q==
|
| 2602 |
dependencies:
|
| 2603 |
make-dir "^3.0.2"
|
| 2604 |
|
| 2666 |
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
| 2667 |
|
| 2668 |
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.4":
|
| 2669 |
+
version "1.2.8"
|
| 2670 |
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
| 2671 |
+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
| 2672 |
dependencies:
|
| 2673 |
"@nodelib/fs.scandir" "2.1.5"
|
| 2674 |
fastq "^1.6.0"
|
| 2678 |
resolved "https://registry.yarnpkg.com/@npmcli/ci-detect/-/ci-detect-1.3.0.tgz#6c1d2c625fb6ef1b9dea85ad0a5afcbef85ef22a"
|
| 2679 |
integrity sha512-oN3y7FAROHhrAt7Rr7PnTSwrHrZVRTS2ZbyxeQwSSYD0ifwM3YNgQqbaRmjcWoPyq77MjchusjJDspbzMmip1Q==
|
| 2680 |
|
| 2681 |
+
"@npmcli/fs@^1.0.0":
|
| 2682 |
+
version "1.0.0"
|
| 2683 |
+
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.0.0.tgz#589612cfad3a6ea0feafcb901d29c63fd52db09f"
|
| 2684 |
+
integrity sha512-8ltnOpRR/oJbOp8vaGUnipOi3bqkcW+sLHFlyXIr08OGHmVJLB1Hn7QtGXbYcpVtH1gAYZTlmDXtE4YV0+AMMQ==
|
| 2685 |
+
dependencies:
|
| 2686 |
+
"@gar/promisify" "^1.0.1"
|
| 2687 |
+
semver "^7.3.5"
|
| 2688 |
+
|
| 2689 |
+
"@npmcli/git@^2.1.0":
|
| 2690 |
+
version "2.1.0"
|
| 2691 |
+
resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-2.1.0.tgz#2fbd77e147530247d37f325930d457b3ebe894f6"
|
| 2692 |
+
integrity sha512-/hBFX/QG1b+N7PZBFs0bi+evgRZcK9nWBxQKZkGoXUT5hJSwl5c4d7y8/hm+NQZRPhQ67RzFaj5UM9YeyKoryw==
|
| 2693 |
dependencies:
|
| 2694 |
"@npmcli/promise-spawn" "^1.3.2"
|
| 2695 |
lru-cache "^6.0.0"
|
| 2729 |
infer-owner "^1.0.4"
|
| 2730 |
|
| 2731 |
"@npmcli/run-script@^1.8.2":
|
| 2732 |
+
version "1.8.6"
|
| 2733 |
+
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-1.8.6.tgz#18314802a6660b0d4baa4c3afe7f1ad39d8c28b7"
|
| 2734 |
+
integrity sha512-e42bVZnC6VluBZBAFEr3YrdqSspG3bgilyg4nSLBJ7TRGNCzxHa92XAHxQBLYg0BmgwO4b2mf3h/l5EkEWRn3g==
|
| 2735 |
dependencies:
|
| 2736 |
"@npmcli/node-gyp" "^1.0.2"
|
| 2737 |
"@npmcli/promise-spawn" "^1.3.2"
|
|
|
|
| 2738 |
node-gyp "^7.1.0"
|
| 2739 |
read-package-json-fast "^2.0.1"
|
| 2740 |
|
| 2745 |
dependencies:
|
| 2746 |
"@octokit/types" "^6.0.3"
|
| 2747 |
|
| 2748 |
+
"@octokit/core@^3.5.1":
|
| 2749 |
version "3.5.1"
|
| 2750 |
resolved "https://registry.yarnpkg.com/@octokit/core/-/core-3.5.1.tgz#8601ceeb1ec0e1b1b8217b960a413ed8e947809b"
|
| 2751 |
integrity sha512-omncwpLVxMP+GLpLPgeGJBF6IWJFjXDS5flY5VbppePYX9XehevbDykRH9PdCdvqt9TS5AOTiDide7h0qrkHjw==
|
| 2768 |
universal-user-agent "^6.0.0"
|
| 2769 |
|
| 2770 |
"@octokit/graphql@^4.5.8":
|
| 2771 |
+
version "4.8.0"
|
| 2772 |
+
resolved "https://registry.yarnpkg.com/@octokit/graphql/-/graphql-4.8.0.tgz#664d9b11c0e12112cbf78e10f49a05959aa22cc3"
|
| 2773 |
+
integrity sha512-0gv+qLSBLKF0z8TKaSKTsS39scVKF9dbMxJpj3U0vC7wjNWFuIpL/z76Qe2fiuCbDRcJSavkXsVtMS6/dtQQsg==
|
| 2774 |
dependencies:
|
| 2775 |
"@octokit/request" "^5.6.0"
|
| 2776 |
"@octokit/types" "^6.0.3"
|
| 2777 |
universal-user-agent "^6.0.0"
|
| 2778 |
|
| 2779 |
+
"@octokit/openapi-types@^10.1.0":
|
| 2780 |
+
version "10.1.1"
|
| 2781 |
+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-10.1.1.tgz#74607482d193e9c9cc7e23ecf04b1bde3eabb6d8"
|
| 2782 |
+
integrity sha512-ygp/6r25Ezb1CJuVMnFfOsScEtPF0zosdTJDZ7mZ+I8IULl7DP1BS5ZvPRwglcarGPXOvS5sHdR0bjnVDDfQdQ==
|
| 2783 |
|
| 2784 |
"@octokit/plugin-enterprise-rest@^6.0.1":
|
| 2785 |
version "6.0.1"
|
| 2786 |
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437"
|
| 2787 |
integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==
|
| 2788 |
|
| 2789 |
+
"@octokit/plugin-paginate-rest@^2.16.0":
|
| 2790 |
+
version "2.16.0"
|
| 2791 |
+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.0.tgz#09dbda2e5fbca022e3cdf76b63618f7b357c9f0c"
|
| 2792 |
+
integrity sha512-8YYzALPMvEZ35kgy5pdYvQ22Roz+BIuEaedO575GwE2vb/ACDqQn0xQrTJR4tnZCJn7pi8+AWPVjrFDaERIyXQ==
|
| 2793 |
dependencies:
|
| 2794 |
+
"@octokit/types" "^6.26.0"
|
| 2795 |
|
| 2796 |
+
"@octokit/plugin-request-log@^1.0.4":
|
| 2797 |
version "1.0.4"
|
| 2798 |
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.4.tgz#5e50ed7083a613816b1e4a28aeec5fb7f1462e85"
|
| 2799 |
integrity sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==
|
| 2800 |
|
| 2801 |
+
"@octokit/plugin-rest-endpoint-methods@^5.9.0":
|
| 2802 |
+
version "5.10.0"
|
| 2803 |
+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.0.tgz#8058acf408d518defa2dc59a46777adbcd7ee8e8"
|
| 2804 |
+
integrity sha512-HiUZliq5wNg15cevJlTo9zDnPXAD0BMRhLxbRNPnq9J3HELKesDTOiou56ax2jC/rECUkK/uJTugrizYKSo/jg==
|
| 2805 |
dependencies:
|
| 2806 |
+
"@octokit/types" "^6.27.0"
|
| 2807 |
deprecation "^2.3.1"
|
| 2808 |
|
| 2809 |
"@octokit/request-error@^2.0.5", "@octokit/request-error@^2.1.0":
|
| 2816 |
once "^1.4.0"
|
| 2817 |
|
| 2818 |
"@octokit/request@^5.6.0":
|
| 2819 |
+
version "5.6.1"
|
| 2820 |
+
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.6.1.tgz#f97aff075c37ab1d427c49082fefeef0dba2d8ce"
|
| 2821 |
+
integrity sha512-Ls2cfs1OfXaOKzkcxnqw5MR6drMA/zWX/LIS/p8Yjdz7QKTPQLMsB3R+OvoxE6XnXeXEE2X7xe4G4l4X0gRiKQ==
|
| 2822 |
dependencies:
|
| 2823 |
"@octokit/endpoint" "^6.0.1"
|
| 2824 |
"@octokit/request-error" "^2.1.0"
|
| 2828 |
universal-user-agent "^6.0.0"
|
| 2829 |
|
| 2830 |
"@octokit/rest@^18.1.0":
|
| 2831 |
+
version "18.10.0"
|
| 2832 |
+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.10.0.tgz#8a0add9611253e0e31d3ed5b4bc941a3795a7648"
|
| 2833 |
+
integrity sha512-esHR5OKy38bccL/sajHqZudZCvmv4yjovMJzyXlphaUo7xykmtOdILGJ3aAm0mFHmMLmPFmDMJXf39cAjNJsrw==
|
| 2834 |
dependencies:
|
| 2835 |
+
"@octokit/core" "^3.5.1"
|
| 2836 |
+
"@octokit/plugin-paginate-rest" "^2.16.0"
|
| 2837 |
+
"@octokit/plugin-request-log" "^1.0.4"
|
| 2838 |
+
"@octokit/plugin-rest-endpoint-methods" "^5.9.0"
|
| 2839 |
|
| 2840 |
+
"@octokit/types@^6.0.3", "@octokit/types@^6.16.1", "@octokit/types@^6.26.0", "@octokit/types@^6.27.0":
|
| 2841 |
+
version "6.27.0"
|
| 2842 |
+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.27.0.tgz#2ffcd4d1cf344285f4151978c6fd36a2edcdf922"
|
| 2843 |
+
integrity sha512-ha27f8DToxXBPEJdzHCCuqpw7AgKfjhWGdNf3yIlBAhAsaexBXTfWw36zNSsncALXGvJq4EjLy1p3Wz45Aqb4A==
|
| 2844 |
dependencies:
|
| 2845 |
+
"@octokit/openapi-types" "^10.1.0"
|
| 2846 |
|
| 2847 |
"@pmmmwh/react-refresh-webpack-plugin@^0.4.3":
|
| 2848 |
version "0.4.3"
|
| 3038 |
defer-to-connect "^1.0.1"
|
| 3039 |
|
| 3040 |
"@szmarczak/http-timer@^4.0.0":
|
| 3041 |
+
version "4.0.6"
|
| 3042 |
+
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-4.0.6.tgz#b4a914bb62e7c272d4e5989fe4440f812ab1d807"
|
| 3043 |
+
integrity sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==
|
| 3044 |
dependencies:
|
| 3045 |
defer-to-connect "^2.0.0"
|
| 3046 |
|
| 3115 |
modularscale "^2.0.1"
|
| 3116 |
object-assign "^4.1.1"
|
| 3117 |
|
| 3118 |
+
"@tokenizer/token@^0.3.0":
|
| 3119 |
+
version "0.3.0"
|
| 3120 |
+
resolved "https://registry.yarnpkg.com/@tokenizer/token/-/token-0.3.0.tgz#fe98a93fe789247e998c75e74e9c7c63217aa276"
|
| 3121 |
+
integrity sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==
|
| 3122 |
|
| 3123 |
"@tootallnate/once@1":
|
| 3124 |
version "1.1.2"
|
| 3137 |
dependencies:
|
| 3138 |
"@types/node-fetch" "2"
|
| 3139 |
|
| 3140 |
+
"@turist/time@^0.0.2":
|
| 3141 |
+
version "0.0.2"
|
| 3142 |
+
resolved "https://registry.yarnpkg.com/@turist/time/-/time-0.0.2.tgz#32fe0ce708ea0f4512776bd313409f1459976dda"
|
| 3143 |
+
integrity sha512-qLOvfmlG2vCVw5fo/oz8WAZYlpe5a5OurgTj3diIxJCdjRHpapC+vQCz3er9LV79Vcat+DifBjeAhOAdmndtDQ==
|
| 3144 |
|
| 3145 |
"@types/cacheable-request@^6.0.1":
|
| 3146 |
+
version "6.0.2"
|
| 3147 |
+
resolved "https://registry.yarnpkg.com/@types/cacheable-request/-/cacheable-request-6.0.2.tgz#c324da0197de0a98a2312156536ae262429ff6b9"
|
| 3148 |
+
integrity sha512-B3xVo+dlKM6nnKTcmm5ZtY/OL8bOAOd2Olee9M1zft65ox50OzjEHW91sDiU9j6cvW8Ejg1/Qkf4xd2kugApUA==
|
| 3149 |
dependencies:
|
| 3150 |
"@types/http-cache-semantics" "*"
|
| 3151 |
"@types/keyv" "*"
|
| 3153 |
"@types/responselike" "*"
|
| 3154 |
|
| 3155 |
"@types/common-tags@^1.8.0":
|
| 3156 |
+
version "1.8.1"
|
| 3157 |
+
resolved "https://registry.yarnpkg.com/@types/common-tags/-/common-tags-1.8.1.tgz#a5a49ca5ebbb58e0f8947f3ec98950c8970a68a9"
|
| 3158 |
+
integrity sha512-20R/mDpKSPWdJs5TOpz3e7zqbeCNuMCPhV7Yndk9KU2Rbij2r5W4RzwDPkzC+2lzUqXYu9rFzTktCBnDjHuNQg==
|
| 3159 |
|
| 3160 |
"@types/component-emitter@^1.2.10":
|
| 3161 |
version "1.2.10"
|
| 3168 |
integrity sha1-zR6FU2M60xhcPy8jns/10mQ+krY=
|
| 3169 |
|
| 3170 |
"@types/cookie@^0.4.0":
|
| 3171 |
+
version "0.4.1"
|
| 3172 |
+
resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d"
|
| 3173 |
+
integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==
|
| 3174 |
|
| 3175 |
"@types/cors@^2.8.8":
|
| 3176 |
+
version "2.8.12"
|
| 3177 |
+
resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.12.tgz#6b2c510a7ad7039e98e7b8d3d6598f4359e5c080"
|
| 3178 |
+
integrity sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==
|
| 3179 |
|
| 3180 |
"@types/debug@^0.0.30":
|
| 3181 |
version "0.0.30"
|
| 3182 |
resolved "https://registry.yarnpkg.com/@types/debug/-/debug-0.0.30.tgz#dc1e40f7af3b9c815013a7860e6252f6352a84df"
|
| 3183 |
integrity sha512-orGL5LXERPYsLov6CWs3Fh6203+dXzJkR7OnddIr2514Hsecwc8xRpzCapshBbKFImCsvS/mk6+FWiN5LyZJAQ==
|
| 3184 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3185 |
"@types/eslint-scope@^3.7.0":
|
| 3186 |
+
version "3.7.1"
|
| 3187 |
+
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.1.tgz#8dc390a7b4f9dd9f1284629efce982e41612116e"
|
| 3188 |
+
integrity sha512-SCFeogqiptms4Fg29WpOTk5nHIzfpKCemSN63ksBQYKTcXoJEmJagV+DhVmbapZzY4/5YaOV1nZwrsU79fFm1g==
|
| 3189 |
dependencies:
|
| 3190 |
"@types/eslint" "*"
|
| 3191 |
"@types/estree" "*"
|
| 3192 |
|
| 3193 |
"@types/eslint@*", "@types/eslint@^7.2.6":
|
| 3194 |
+
version "7.28.0"
|
| 3195 |
+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.28.0.tgz#7e41f2481d301c68e14f483fe10b017753ce8d5a"
|
| 3196 |
+
integrity sha512-07XlgzX0YJUn4iG1ocY4IX9DzKSmMGUs6ESKlxWhZRaa0fatIWaHWUVapcuGa8r5HFnTqzj+4OCjd5f7EZ/i/A==
|
| 3197 |
dependencies:
|
| 3198 |
"@types/estree" "*"
|
| 3199 |
"@types/json-schema" "*"
|
| 3200 |
|
| 3201 |
+
"@types/estree@*", "@types/estree@^0.0.50":
|
| 3202 |
+
version "0.0.50"
|
| 3203 |
+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
|
| 3204 |
+
integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3205 |
|
| 3206 |
"@types/get-port@^3.2.0":
|
| 3207 |
version "3.2.0"
|
| 3209 |
integrity sha512-TiNg8R1kjDde5Pub9F9vCwZA/BNW9HeXP5b9j7Qucqncy/McfPZ6xze/EyBdXS5FhMIGN6Fx3vg75l5KHy3V1Q==
|
| 3210 |
|
| 3211 |
"@types/glob@*", "@types/glob@^7.1.1":
|
| 3212 |
+
version "7.1.4"
|
| 3213 |
+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
|
| 3214 |
+
integrity sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==
|
| 3215 |
dependencies:
|
| 3216 |
"@types/minimatch" "*"
|
| 3217 |
"@types/node" "*"
|
| 3218 |
|
| 3219 |
"@types/glob@^5.0.34":
|
| 3220 |
+
version "5.0.37"
|
| 3221 |
+
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-5.0.37.tgz#d0982abc88f9aebbd62099d3d70440cbcea692de"
|
| 3222 |
+
integrity sha512-ATA/xrS7CZ3A2WCPVY4eKdNpybq56zqlTirnHhhyOztZM/lPxJzusOBI3BsaXbu6FrUluqzvMlI4sZ6BDYMlMg==
|
| 3223 |
dependencies:
|
|
|
|
| 3224 |
"@types/minimatch" "*"
|
| 3225 |
"@types/node" "*"
|
| 3226 |
|
| 3227 |
"@types/hast@^2.0.0":
|
| 3228 |
+
version "2.3.4"
|
| 3229 |
+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-2.3.4.tgz#8aa5ef92c117d20d974a82bdfb6a648b08c0bafc"
|
| 3230 |
+
integrity sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==
|
| 3231 |
dependencies:
|
| 3232 |
"@types/unist" "*"
|
| 3233 |
|
| 3234 |
"@types/http-cache-semantics@*":
|
| 3235 |
+
version "4.0.1"
|
| 3236 |
+
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
| 3237 |
+
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
|
| 3238 |
|
| 3239 |
"@types/http-proxy@^1.17.4":
|
| 3240 |
+
version "1.17.7"
|
| 3241 |
+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.7.tgz#30ea85cc2c868368352a37f0d0d3581e24834c6f"
|
| 3242 |
+
integrity sha512-9hdj6iXH64tHSLTY+Vt2eYOGzSogC+JQ2H7bdPWkuh7KXP5qLllWx++t+K9Wk556c3dkDdPws/SpMRi0sdCT1w==
|
| 3243 |
dependencies:
|
| 3244 |
"@types/node" "*"
|
| 3245 |
|
| 3268 |
resolved "https://registry.yarnpkg.com/@types/json-patch/-/json-patch-0.0.30.tgz#7c562173216c50529e70126ceb8e7a533f865e9b"
|
| 3269 |
integrity sha512-MhCUjojzDhVLnZnxwPwa+rETFRDQ0ffjxYdrqOP6TBO2O0/Z64PV5tNeYApo4bc4y4frbWOrRwv/eEkXlI13Rw==
|
| 3270 |
|
| 3271 |
+
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7", "@types/json-schema@^7.0.8":
|
| 3272 |
+
version "7.0.9"
|
| 3273 |
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
| 3274 |
+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
| 3275 |
|
| 3276 |
"@types/json5@^0.0.29":
|
| 3277 |
version "0.0.29"
|
| 3279 |
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
|
| 3280 |
|
| 3281 |
"@types/keyv@*", "@types/keyv@^3.1.1":
|
| 3282 |
+
version "3.1.3"
|
| 3283 |
+
resolved "https://registry.yarnpkg.com/@types/keyv/-/keyv-3.1.3.tgz#1c9aae32872ec1f20dcdaee89a9f3ba88f465e41"
|
| 3284 |
+
integrity sha512-FXCJgyyN3ivVgRoml4h94G/p3kY+u/B86La+QptcqJaWtBWtmc6TtkNfS40n9bIvyLteHh7zXOtgbobORKPbDg==
|
| 3285 |
dependencies:
|
| 3286 |
"@types/node" "*"
|
| 3287 |
|
| 3288 |
"@types/lodash@^4.14.92":
|
| 3289 |
+
version "4.14.172"
|
| 3290 |
+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.172.tgz#aad774c28e7bfd7a67de25408e03ee5a8c3d028a"
|
| 3291 |
+
integrity sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==
|
| 3292 |
|
| 3293 |
"@types/mdast@^3.0.0":
|
| 3294 |
+
version "3.0.10"
|
| 3295 |
+
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.10.tgz#4724244a82a4598884cbbe9bcfd73dff927ee8af"
|
| 3296 |
+
integrity sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==
|
| 3297 |
dependencies:
|
| 3298 |
"@types/unist" "*"
|
| 3299 |
|
| 3300 |
"@types/minimatch@*", "@types/minimatch@^3.0.3":
|
| 3301 |
+
version "3.0.5"
|
| 3302 |
+
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
|
| 3303 |
+
integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
|
| 3304 |
|
| 3305 |
"@types/minimist@^1.2.0":
|
| 3306 |
+
version "1.2.2"
|
| 3307 |
+
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
| 3308 |
+
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
| 3309 |
|
| 3310 |
"@types/mkdirp@^0.5.2":
|
| 3311 |
version "0.5.2"
|
| 3315 |
"@types/node" "*"
|
| 3316 |
|
| 3317 |
"@types/node-fetch@2":
|
| 3318 |
+
version "2.5.12"
|
| 3319 |
+
resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.12.tgz#8a6f779b1d4e60b7a57fb6fd48d84fb545b9cc66"
|
| 3320 |
+
integrity sha512-MKgC4dlq4kKNa/mYrwpKfzQMB5X3ee5U6fSprkKpToBqBmX4nFZL9cW5jl6sWn+xpRJ7ypWh2yyqqr8UUCstSw==
|
| 3321 |
dependencies:
|
| 3322 |
"@types/node" "*"
|
| 3323 |
form-data "^3.0.0"
|
| 3324 |
|
| 3325 |
"@types/node@*":
|
| 3326 |
+
version "16.7.13"
|
| 3327 |
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.13.tgz#86fae356b03b5a12f2506c6cf6cd9287b205973f"
|
| 3328 |
+
integrity sha512-pLUPDn+YG3FYEt/pHI74HmnJOWzeR+tOIQzUx93pi9M7D8OE7PSLr97HboXwk5F+JS+TLtWuzCOW97AHjmOXXA==
|
| 3329 |
|
| 3330 |
"@types/node@^14.14.10":
|
| 3331 |
+
version "14.17.15"
|
| 3332 |
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.15.tgz#d5ebfb62a69074ebb85cbe0529ad917bb8f2bae8"
|
| 3333 |
+
integrity sha512-D1sdW0EcSCmNdLKBGMYb38YsHUS6JcM7yQ6sLQ9KuZ35ck7LYCKE7kYFHOO59ayFOY3zobWVZxf4KXhYHcHYFA==
|
| 3334 |
|
| 3335 |
"@types/node@^8.5.7":
|
| 3336 |
version "8.10.66"
|
| 3338 |
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
|
| 3339 |
|
| 3340 |
"@types/normalize-package-data@^2.4.0":
|
| 3341 |
+
version "2.4.1"
|
| 3342 |
+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
| 3343 |
+
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
| 3344 |
|
| 3345 |
"@types/parse-json@^4.0.0":
|
| 3346 |
version "4.0.0"
|
| 3353 |
integrity sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==
|
| 3354 |
|
| 3355 |
"@types/prop-types@*":
|
| 3356 |
+
version "15.7.4"
|
| 3357 |
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
|
| 3358 |
+
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
|
| 3359 |
|
| 3360 |
"@types/q@^1.5.1":
|
| 3361 |
+
version "1.5.5"
|
| 3362 |
+
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.5.tgz#75a2a8e7d8ab4b230414505d92335d1dcb53a6df"
|
| 3363 |
+
integrity sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==
|
| 3364 |
|
| 3365 |
+
"@types/reach__router@^1.3.9":
|
| 3366 |
+
version "1.3.9"
|
| 3367 |
+
resolved "https://registry.yarnpkg.com/@types/reach__router/-/reach__router-1.3.9.tgz#d3aaac0072665c81063cc6c557c18dadd642b226"
|
| 3368 |
+
integrity sha512-N6rqQqTTAV/zKLfK3iq9Ww3wqCEhTZvsilhl0zI09zETdVq1QGmJH6+/xnj8AFUWIrle2Cqo+PGM/Ltr1vBb9w==
|
| 3369 |
dependencies:
|
| 3370 |
"@types/react" "*"
|
| 3371 |
|
| 3372 |
"@types/react@*":
|
| 3373 |
+
version "17.0.20"
|
| 3374 |
+
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.20.tgz#a4284b184d47975c71658cd69e759b6bd37c3b8c"
|
| 3375 |
+
integrity sha512-wWZrPlihslrPpcKyCSlmIlruakxr57/buQN1RjlIeaaTWDLtJkTtRW429MoQJergvVKc4IWBpRhWw7YNh/7GVA==
|
| 3376 |
dependencies:
|
| 3377 |
"@types/prop-types" "*"
|
| 3378 |
"@types/scheduler" "*"
|
| 3379 |
csstype "^3.0.2"
|
| 3380 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3381 |
"@types/responselike@*":
|
| 3382 |
version "1.0.0"
|
| 3383 |
resolved "https://registry.yarnpkg.com/@types/responselike/-/responselike-1.0.0.tgz#251f4fe7d154d2bad125abe1b429b23afd262e29"
|
| 3386 |
"@types/node" "*"
|
| 3387 |
|
| 3388 |
"@types/rimraf@^2.0.2":
|
| 3389 |
+
version "2.0.5"
|
| 3390 |
+
resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-2.0.5.tgz#368fb04d59630b727fc05a74d2ca557f64a8ef98"
|
| 3391 |
+
integrity sha512-YyP+VfeaqAyFmXoTh3HChxOQMyjByRMsHU7kc5KOJkSlXudhMhQIALbYV7rHh/l8d2lX3VUQzprrcAgWdRuU8g==
|
| 3392 |
dependencies:
|
| 3393 |
"@types/glob" "*"
|
| 3394 |
"@types/node" "*"
|
| 3395 |
|
| 3396 |
"@types/scheduler@*":
|
| 3397 |
+
version "0.16.2"
|
| 3398 |
+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
|
| 3399 |
+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
|
| 3400 |
|
| 3401 |
"@types/tmp@^0.0.33":
|
| 3402 |
version "0.0.33"
|
| 3404 |
integrity sha1-EHPEvIJHVK49EM+riKsCN7qWTk0=
|
| 3405 |
|
| 3406 |
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2", "@types/unist@^2.0.3":
|
| 3407 |
+
version "2.0.6"
|
| 3408 |
+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
|
| 3409 |
+
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
|
| 3410 |
|
| 3411 |
"@types/vfile-message@*":
|
| 3412 |
version "2.0.0"
|
| 3432 |
"@types/node" "*"
|
| 3433 |
|
| 3434 |
"@types/yargs-parser@*":
|
| 3435 |
+
version "20.2.1"
|
| 3436 |
+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
|
| 3437 |
+
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
|
| 3438 |
|
| 3439 |
"@types/yargs@^15.0.0":
|
| 3440 |
+
version "15.0.14"
|
| 3441 |
+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
|
| 3442 |
+
integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
|
| 3443 |
dependencies:
|
| 3444 |
"@types/yargs-parser" "*"
|
| 3445 |
|
| 3448 |
resolved "https://registry.yarnpkg.com/@types/yoga-layout/-/yoga-layout-1.9.2.tgz#efaf9e991a7390dc081a0b679185979a83a9639a"
|
| 3449 |
integrity sha512-S9q47ByT2pPvD65IvrWp7qppVMpk9WGMbVq9wbWZOHg6tnXSD4vyhao6nOSBwwfDdV2p3Kx9evA9vI+XWTfDvw==
|
| 3450 |
|
| 3451 |
+
"@typescript-eslint/eslint-plugin@^4.29.3":
|
| 3452 |
+
version "4.31.0"
|
| 3453 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.0.tgz#9c3fa6f44bad789a962426ad951b54695bd3af6b"
|
| 3454 |
+
integrity sha512-iPKZTZNavAlOhfF4gymiSuUkgLne/nh5Oz2/mdiUmuZVD42m9PapnCnzjxuDsnpnbH3wT5s2D8bw6S39TC6GNw==
|
| 3455 |
dependencies:
|
| 3456 |
+
"@typescript-eslint/experimental-utils" "4.31.0"
|
| 3457 |
+
"@typescript-eslint/scope-manager" "4.31.0"
|
| 3458 |
debug "^4.3.1"
|
| 3459 |
functional-red-black-tree "^1.0.1"
|
| 3460 |
regexpp "^3.1.0"
|
| 3461 |
semver "^7.3.5"
|
| 3462 |
tsutils "^3.21.0"
|
| 3463 |
|
| 3464 |
+
"@typescript-eslint/experimental-utils@4.31.0":
|
| 3465 |
+
version "4.31.0"
|
| 3466 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.0.tgz#0ef1d5d86c334f983a00f310e43c1ce4c14e054d"
|
| 3467 |
+
integrity sha512-Hld+EQiKLMppgKKkdUsLeVIeEOrwKc2G983NmznY/r5/ZtZCDvIOXnXtwqJIgYz/ymsy7n7RGvMyrzf1WaSQrw==
|
| 3468 |
dependencies:
|
| 3469 |
"@types/json-schema" "^7.0.7"
|
| 3470 |
+
"@typescript-eslint/scope-manager" "4.31.0"
|
| 3471 |
+
"@typescript-eslint/types" "4.31.0"
|
| 3472 |
+
"@typescript-eslint/typescript-estree" "4.31.0"
|
| 3473 |
eslint-scope "^5.1.1"
|
| 3474 |
eslint-utils "^3.0.0"
|
| 3475 |
|
| 3476 |
+
"@typescript-eslint/parser@^4.29.3":
|
| 3477 |
+
version "4.31.0"
|
| 3478 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.31.0.tgz#87b7cd16b24b9170c77595d8b1363f8047121e05"
|
| 3479 |
+
integrity sha512-oWbzvPh5amMuTmKaf1wp0ySxPt2ZXHnFQBN2Szu1O//7LmOvgaKTCIDNLK2NvzpmVd5A2M/1j/rujBqO37hj3w==
|
| 3480 |
dependencies:
|
| 3481 |
+
"@typescript-eslint/scope-manager" "4.31.0"
|
| 3482 |
+
"@typescript-eslint/types" "4.31.0"
|
| 3483 |
+
"@typescript-eslint/typescript-estree" "4.31.0"
|
| 3484 |
debug "^4.3.1"
|
| 3485 |
|
| 3486 |
+
"@typescript-eslint/scope-manager@4.31.0":
|
| 3487 |
+
version "4.31.0"
|
| 3488 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.0.tgz#9be33aed4e9901db753803ba233b70d79a87fc3e"
|
| 3489 |
+
integrity sha512-LJ+xtl34W76JMRLjbaQorhR0hfRAlp3Lscdiz9NeI/8i+q0hdBZ7BsiYieLoYWqy+AnRigaD3hUwPFugSzdocg==
|
| 3490 |
dependencies:
|
| 3491 |
+
"@typescript-eslint/types" "4.31.0"
|
| 3492 |
+
"@typescript-eslint/visitor-keys" "4.31.0"
|
| 3493 |
|
| 3494 |
+
"@typescript-eslint/types@4.31.0":
|
| 3495 |
+
version "4.31.0"
|
| 3496 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.0.tgz#9a7c86fcc1620189567dc4e46cad7efa07ee8dce"
|
| 3497 |
+
integrity sha512-9XR5q9mk7DCXgXLS7REIVs+BaAswfdHhx91XqlJklmqWpTALGjygWVIb/UnLh4NWhfwhR5wNe1yTyCInxVhLqQ==
|
| 3498 |
|
| 3499 |
+
"@typescript-eslint/typescript-estree@4.31.0":
|
| 3500 |
+
version "4.31.0"
|
| 3501 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.0.tgz#4da4cb6274a7ef3b21d53f9e7147cc76f278a078"
|
| 3502 |
+
integrity sha512-QHl2014t3ptg+xpmOSSPn5hm4mY8D4s97ftzyk9BZ8RxYQ3j73XcwuijnJ9cMa6DO4aLXeo8XS3z1omT9LA/Eg==
|
| 3503 |
dependencies:
|
| 3504 |
+
"@typescript-eslint/types" "4.31.0"
|
| 3505 |
+
"@typescript-eslint/visitor-keys" "4.31.0"
|
| 3506 |
debug "^4.3.1"
|
| 3507 |
globby "^11.0.3"
|
| 3508 |
is-glob "^4.0.1"
|
| 3509 |
semver "^7.3.5"
|
| 3510 |
tsutils "^3.21.0"
|
| 3511 |
|
| 3512 |
+
"@typescript-eslint/visitor-keys@4.31.0":
|
| 3513 |
+
version "4.31.0"
|
| 3514 |
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.0.tgz#4e87b7761cb4e0e627dc2047021aa693fc76ea2b"
|
| 3515 |
+
integrity sha512-HUcRp2a9I+P21+O21yu3ezv3GEPGjyGiXoEUQwZXjR8UxRApGeLyWH4ZIIUSalE28aG4YsV6GjtaAVB3QKOu0w==
|
| 3516 |
dependencies:
|
| 3517 |
+
"@typescript-eslint/types" "4.31.0"
|
| 3518 |
eslint-visitor-keys "^2.0.0"
|
| 3519 |
|
| 3520 |
+
"@webassemblyjs/ast@1.11.1":
|
| 3521 |
+
version "1.11.1"
|
| 3522 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
|
| 3523 |
+
integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==
|
| 3524 |
dependencies:
|
| 3525 |
+
"@webassemblyjs/helper-numbers" "1.11.1"
|
| 3526 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
| 3527 |
|
| 3528 |
+
"@webassemblyjs/floating-point-hex-parser@1.11.1":
|
| 3529 |
+
version "1.11.1"
|
| 3530 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
|
| 3531 |
+
integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
|
| 3532 |
|
| 3533 |
+
"@webassemblyjs/helper-api-error@1.11.1":
|
| 3534 |
+
version "1.11.1"
|
| 3535 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
|
| 3536 |
+
integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
|
| 3537 |
|
| 3538 |
+
"@webassemblyjs/helper-buffer@1.11.1":
|
| 3539 |
+
version "1.11.1"
|
| 3540 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
|
| 3541 |
+
integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
|
| 3542 |
|
| 3543 |
+
"@webassemblyjs/helper-numbers@1.11.1":
|
| 3544 |
+
version "1.11.1"
|
| 3545 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
|
| 3546 |
+
integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==
|
| 3547 |
dependencies:
|
| 3548 |
+
"@webassemblyjs/floating-point-hex-parser" "1.11.1"
|
| 3549 |
+
"@webassemblyjs/helper-api-error" "1.11.1"
|
| 3550 |
"@xtuc/long" "4.2.2"
|
| 3551 |
|
| 3552 |
+
"@webassemblyjs/helper-wasm-bytecode@1.11.1":
|
| 3553 |
+
version "1.11.1"
|
| 3554 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
|
| 3555 |
+
integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==
|
| 3556 |
|
| 3557 |
+
"@webassemblyjs/helper-wasm-section@1.11.1":
|
| 3558 |
+
version "1.11.1"
|
| 3559 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a"
|
| 3560 |
+
integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==
|
| 3561 |
dependencies:
|
| 3562 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 3563 |
+
"@webassemblyjs/helper-buffer" "1.11.1"
|
| 3564 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
| 3565 |
+
"@webassemblyjs/wasm-gen" "1.11.1"
|
| 3566 |
|
| 3567 |
+
"@webassemblyjs/ieee754@1.11.1":
|
| 3568 |
+
version "1.11.1"
|
| 3569 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614"
|
| 3570 |
+
integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==
|
| 3571 |
dependencies:
|
| 3572 |
"@xtuc/ieee754" "^1.2.0"
|
| 3573 |
|
| 3574 |
+
"@webassemblyjs/leb128@1.11.1":
|
| 3575 |
+
version "1.11.1"
|
| 3576 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5"
|
| 3577 |
+
integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==
|
| 3578 |
dependencies:
|
| 3579 |
"@xtuc/long" "4.2.2"
|
| 3580 |
|
| 3581 |
+
"@webassemblyjs/utf8@1.11.1":
|
| 3582 |
+
version "1.11.1"
|
| 3583 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff"
|
| 3584 |
+
integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==
|
| 3585 |
+
|
| 3586 |
+
"@webassemblyjs/wasm-edit@1.11.1":
|
| 3587 |
+
version "1.11.1"
|
| 3588 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6"
|
| 3589 |
+
integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==
|
| 3590 |
+
dependencies:
|
| 3591 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 3592 |
+
"@webassemblyjs/helper-buffer" "1.11.1"
|
| 3593 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
| 3594 |
+
"@webassemblyjs/helper-wasm-section" "1.11.1"
|
| 3595 |
+
"@webassemblyjs/wasm-gen" "1.11.1"
|
| 3596 |
+
"@webassemblyjs/wasm-opt" "1.11.1"
|
| 3597 |
+
"@webassemblyjs/wasm-parser" "1.11.1"
|
| 3598 |
+
"@webassemblyjs/wast-printer" "1.11.1"
|
| 3599 |
+
|
| 3600 |
+
"@webassemblyjs/wasm-gen@1.11.1":
|
| 3601 |
+
version "1.11.1"
|
| 3602 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76"
|
| 3603 |
+
integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==
|
| 3604 |
+
dependencies:
|
| 3605 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 3606 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
| 3607 |
+
"@webassemblyjs/ieee754" "1.11.1"
|
| 3608 |
+
"@webassemblyjs/leb128" "1.11.1"
|
| 3609 |
+
"@webassemblyjs/utf8" "1.11.1"
|
| 3610 |
+
|
| 3611 |
+
"@webassemblyjs/wasm-opt@1.11.1":
|
| 3612 |
+
version "1.11.1"
|
| 3613 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2"
|
| 3614 |
+
integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==
|
| 3615 |
+
dependencies:
|
| 3616 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 3617 |
+
"@webassemblyjs/helper-buffer" "1.11.1"
|
| 3618 |
+
"@webassemblyjs/wasm-gen" "1.11.1"
|
| 3619 |
+
"@webassemblyjs/wasm-parser" "1.11.1"
|
| 3620 |
+
|
| 3621 |
+
"@webassemblyjs/wasm-parser@1.11.1":
|
| 3622 |
+
version "1.11.1"
|
| 3623 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199"
|
| 3624 |
+
integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==
|
| 3625 |
+
dependencies:
|
| 3626 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 3627 |
+
"@webassemblyjs/helper-api-error" "1.11.1"
|
| 3628 |
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.1"
|
| 3629 |
+
"@webassemblyjs/ieee754" "1.11.1"
|
| 3630 |
+
"@webassemblyjs/leb128" "1.11.1"
|
| 3631 |
+
"@webassemblyjs/utf8" "1.11.1"
|
| 3632 |
+
|
| 3633 |
+
"@webassemblyjs/wast-printer@1.11.1":
|
| 3634 |
+
version "1.11.1"
|
| 3635 |
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0"
|
| 3636 |
+
integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
|
| 3637 |
+
dependencies:
|
| 3638 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 3639 |
"@xtuc/long" "4.2.2"
|
| 3640 |
|
| 3641 |
"@xtuc/ieee754@^1.2.0":
|
| 3676 |
mime-types "~2.1.24"
|
| 3677 |
negotiator "0.6.2"
|
| 3678 |
|
| 3679 |
+
acorn-import-assertions@^1.7.6:
|
| 3680 |
+
version "1.7.6"
|
| 3681 |
+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.7.6.tgz#580e3ffcae6770eebeec76c3b9723201e9d01f78"
|
| 3682 |
+
integrity sha512-FlVvVFA1TX6l3lp8VjDnYYq7R1nyW6x3svAt4nDgrWQ9SBaSh9CnbwgSUTasgfNfOG5HlM1ehugCvM+hjo56LA==
|
| 3683 |
+
|
| 3684 |
acorn-jsx@^5.0.0, acorn-jsx@^5.3.1:
|
| 3685 |
+
version "5.3.2"
|
| 3686 |
+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
|
| 3687 |
+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
|
| 3688 |
|
| 3689 |
acorn@^7.4.0:
|
| 3690 |
version "7.4.1"
|
| 3691 |
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
|
| 3692 |
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
| 3693 |
|
| 3694 |
+
acorn@^8.0.0, acorn@^8.4.1:
|
| 3695 |
+
version "8.5.0"
|
| 3696 |
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
|
| 3697 |
+
integrity sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q==
|
| 3698 |
|
| 3699 |
add-px-to-style@1.0.0:
|
| 3700 |
version "1.0.0"
|
| 3711 |
resolved "https://registry.yarnpkg.com/address/-/address-1.1.2.tgz#bf1116c9c758c51b7a933d296b72c221ed9428b6"
|
| 3712 |
integrity sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==
|
| 3713 |
|
| 3714 |
+
agent-base@6, agent-base@^6.0.2:
|
| 3715 |
version "6.0.2"
|
| 3716 |
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
| 3717 |
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
| 3735 |
clean-stack "^2.0.0"
|
| 3736 |
indent-string "^4.0.0"
|
| 3737 |
|
| 3738 |
+
ajv-keywords@^3.5.2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3739 |
version "3.5.2"
|
| 3740 |
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
|
| 3741 |
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
|
| 3742 |
|
| 3743 |
+
ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
|
| 3744 |
version "6.12.6"
|
| 3745 |
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
| 3746 |
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
| 3751 |
uri-js "^4.2.2"
|
| 3752 |
|
| 3753 |
ajv@^8.0.1:
|
| 3754 |
+
version "8.6.2"
|
| 3755 |
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.2.tgz#2fb45e0e5fcbc0813326c1c3da535d1881bb0571"
|
| 3756 |
+
integrity sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==
|
| 3757 |
dependencies:
|
| 3758 |
fast-deep-equal "^3.1.1"
|
| 3759 |
json-schema-traverse "^1.0.0"
|
| 3767 |
dependencies:
|
| 3768 |
events "^1.1.1"
|
| 3769 |
|
| 3770 |
+
algoliasearch@^4.10.5, algoliasearch@^4.9.1:
|
| 3771 |
+
version "4.10.5"
|
| 3772 |
+
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.10.5.tgz#1faf34a3ae5ac3bef27282eb141251c70c7f5db2"
|
| 3773 |
+
integrity sha512-KmH2XkiN+8FxhND4nWFbQDkIoU6g2OjfeU9kIv4Lb+EiOOs3Gpp7jvd+JnatsCisAZsnWQdjd7zVlW7I/85QvQ==
|
| 3774 |
+
dependencies:
|
| 3775 |
+
"@algolia/cache-browser-local-storage" "4.10.5"
|
| 3776 |
+
"@algolia/cache-common" "4.10.5"
|
| 3777 |
+
"@algolia/cache-in-memory" "4.10.5"
|
| 3778 |
+
"@algolia/client-account" "4.10.5"
|
| 3779 |
+
"@algolia/client-analytics" "4.10.5"
|
| 3780 |
+
"@algolia/client-common" "4.10.5"
|
| 3781 |
+
"@algolia/client-personalization" "4.10.5"
|
| 3782 |
+
"@algolia/client-search" "4.10.5"
|
| 3783 |
+
"@algolia/logger-common" "4.10.5"
|
| 3784 |
+
"@algolia/logger-console" "4.10.5"
|
| 3785 |
+
"@algolia/requester-browser-xhr" "4.10.5"
|
| 3786 |
+
"@algolia/requester-common" "4.10.5"
|
| 3787 |
+
"@algolia/requester-node-http" "4.10.5"
|
| 3788 |
+
"@algolia/transporter" "4.10.5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3789 |
|
| 3790 |
alphanum-sort@^1.0.2:
|
| 3791 |
version "1.0.2"
|
| 3793 |
integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=
|
| 3794 |
|
| 3795 |
anser@^2.0.1:
|
| 3796 |
+
version "2.0.2"
|
| 3797 |
+
resolved "https://registry.yarnpkg.com/anser/-/anser-2.0.2.tgz#12bd6fd23a9ff08605b83972a10f97fd1970a32b"
|
| 3798 |
+
integrity sha512-4T2MOoBvX1Gjroo1esGpMmNNIsH+vEw0zQEcskj1bt6Ydhp59qRL9GAThdMPYgEwnIyTNqT9LkCTPSEM/J/blQ==
|
| 3799 |
|
| 3800 |
ansi-align@^3.0.0:
|
| 3801 |
version "3.0.0"
|
| 3804 |
dependencies:
|
| 3805 |
string-width "^3.0.0"
|
| 3806 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3807 |
ansi-colors@^4.1.1:
|
| 3808 |
version "4.1.1"
|
| 3809 |
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
| 3846 |
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
|
| 3847 |
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
|
| 3848 |
|
| 3849 |
+
ansi-styles@^3.2.1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3850 |
version "3.2.1"
|
| 3851 |
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
| 3852 |
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
|
| 3865 |
resolved "https://registry.yarnpkg.com/any-base/-/any-base-1.1.0.tgz#ae101a62bc08a597b4c9ab5b7089d456630549fe"
|
| 3866 |
integrity sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==
|
| 3867 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3868 |
anymatch@~3.1.2:
|
| 3869 |
version "3.1.2"
|
| 3870 |
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
|
| 3893 |
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
|
| 3894 |
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
|
| 3895 |
|
| 3896 |
+
arch@^2.1.1:
|
| 3897 |
version "2.2.0"
|
| 3898 |
resolved "https://registry.yarnpkg.com/arch/-/arch-2.2.0.tgz#1bc47818f305764f23ab3306b0bfc086c5a29d11"
|
| 3899 |
integrity sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==
|
| 3900 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3901 |
are-we-there-yet@~1.1.2:
|
| 3902 |
+
version "1.1.7"
|
| 3903 |
+
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146"
|
| 3904 |
+
integrity sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==
|
| 3905 |
dependencies:
|
| 3906 |
delegates "^1.0.0"
|
| 3907 |
readable-stream "^2.0.6"
|
| 3946 |
resolved "https://registry.yarnpkg.com/array-differ/-/array-differ-3.0.0.tgz#3cbb3d0f316810eafcc47624734237d6aee4ae6b"
|
| 3947 |
integrity sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==
|
| 3948 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3949 |
array-flatten@1.1.1:
|
| 3950 |
version "1.1.1"
|
| 3951 |
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
|
| 3952 |
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
|
| 3953 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3954 |
array-ify@^1.0.0:
|
| 3955 |
version "1.0.0"
|
| 3956 |
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
| 3972 |
resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-1.1.4.tgz#add1522e9dd9749bb41152d08b845bd08d6af8b7"
|
| 3973 |
integrity sha512-sNRaPGh9nnmdC8Zf+pT3UqP8rnWj5Hf9wiFGsX3wUQ2yVSIhO2ShFwCoceIPpB41QF6i2OEmrHmCo36xronCVA==
|
| 3974 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3975 |
array-union@^2.1.0:
|
| 3976 |
version "2.1.0"
|
| 3977 |
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
| 3978 |
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
| 3979 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3980 |
array-unique@^0.3.2:
|
| 3981 |
version "0.3.2"
|
| 3982 |
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
| 4050 |
dependencies:
|
| 4051 |
lru-cache "^4.0.0"
|
| 4052 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4053 |
async-retry-ng@^2.0.1:
|
| 4054 |
version "2.0.1"
|
| 4055 |
resolved "https://registry.yarnpkg.com/async-retry-ng/-/async-retry-ng-2.0.1.tgz#f5285ec1c52654a2ba6a505d0c18b1eadfaebd41"
|
| 4060 |
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
|
| 4061 |
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
|
| 4062 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4063 |
async@^3.2.0:
|
| 4064 |
+
version "3.2.1"
|
| 4065 |
+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
|
| 4066 |
+
integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
|
| 4067 |
|
| 4068 |
asynckit@^0.4.0:
|
| 4069 |
version "0.4.0"
|
| 4081 |
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
| 4082 |
|
| 4083 |
autoprefixer@^10.2.4:
|
| 4084 |
+
version "10.3.4"
|
| 4085 |
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.3.4.tgz#29efe5d19f51c281953178ddb5b84c5f1ca24c86"
|
| 4086 |
+
integrity sha512-EKjKDXOq7ug+jagLzmnoTRpTT0q1KVzEJqrJd0hCBa7FiG0WbFOBCcJCy2QkW1OckpO3qgttA1aWjVbeIPAecw==
|
| 4087 |
dependencies:
|
| 4088 |
+
browserslist "^4.16.8"
|
| 4089 |
+
caniuse-lite "^1.0.30001252"
|
| 4090 |
+
colorette "^1.3.0"
|
| 4091 |
fraction.js "^4.1.1"
|
| 4092 |
normalize-range "^0.1.2"
|
| 4093 |
postcss-value-parser "^4.1.0"
|
| 4094 |
|
| 4095 |
+
available-typed-arrays@^1.0.5:
|
| 4096 |
+
version "1.0.5"
|
| 4097 |
+
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
|
| 4098 |
+
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
|
| 4099 |
|
| 4100 |
aws-sign2@~0.7.0:
|
| 4101 |
version "0.7.0"
|
| 4108 |
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
| 4109 |
|
| 4110 |
axe-core@^4.0.2:
|
| 4111 |
+
version "4.3.3"
|
| 4112 |
+
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.3.tgz#b55cd8e8ddf659fe89b064680e1c6a4dceab0325"
|
| 4113 |
+
integrity sha512-/lqqLAmuIPi79WYfRpy2i8z+x+vxU3zX2uAm0gs1q52qTuKwolOj1P8XbufpXcsydrpKx2yGn2wzAnxCMV86QA==
|
| 4114 |
|
| 4115 |
axios@^0.21.0, axios@^0.21.1:
|
| 4116 |
+
version "0.21.4"
|
| 4117 |
+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
|
| 4118 |
+
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
|
| 4119 |
dependencies:
|
| 4120 |
+
follow-redirects "^1.14.0"
|
| 4121 |
|
| 4122 |
axobject-query@^2.2.0:
|
| 4123 |
version "2.2.0"
|
| 4212 |
semver "^6.1.1"
|
| 4213 |
|
| 4214 |
babel-plugin-polyfill-corejs3@^0.2.2:
|
| 4215 |
+
version "0.2.4"
|
| 4216 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.4.tgz#68cb81316b0e8d9d721a92e0009ec6ecd4cd2ca9"
|
| 4217 |
+
integrity sha512-z3HnJE5TY/j4EFEa/qpQMSbcUJZ5JQi+3UFjXzn6pQCmIKc5Ug5j98SuYyH+m4xQnvKlMDIW4plLfgyVnd0IcQ==
|
| 4218 |
dependencies:
|
| 4219 |
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 4220 |
core-js-compat "^3.14.0"
|
| 4226 |
dependencies:
|
| 4227 |
"@babel/helper-define-polyfill-provider" "^0.2.2"
|
| 4228 |
|
| 4229 |
+
babel-plugin-remove-graphql-queries@^3.13.0:
|
| 4230 |
+
version "3.13.0"
|
| 4231 |
+
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-3.13.0.tgz#fd0cde2d1090bc76944586ace2378086b14a0bba"
|
| 4232 |
+
integrity sha512-6kznO5vqrcVAZLwwJwDev4QyjjRhW+G665NZgdUsjF/j9pikyZ5zp58c75wijkY7eXH2W1lhzd4GS3zxLQibCQ==
|
| 4233 |
|
| 4234 |
babel-plugin-syntax-jsx@^6.18.0:
|
| 4235 |
version "6.18.0"
|
| 4241 |
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.24.tgz#f2edaf9b4c6a5fbe5c1d678bfb531078c1555f3a"
|
| 4242 |
integrity sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==
|
| 4243 |
|
| 4244 |
+
babel-preset-gatsby@^1.13.0:
|
| 4245 |
+
version "1.13.0"
|
| 4246 |
+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-1.13.0.tgz#c901153397cd6fd6c51d01de6730df6f62bd6a6e"
|
| 4247 |
+
integrity sha512-m7j5P06nl3QWSm1LQUXO0dWuiF85Cko02pqLuTXndOHlpBbRMLks72Q3MTzEZw2R6ePj/ib+dzdkarYQ86P4Uw==
|
| 4248 |
dependencies:
|
| 4249 |
"@babel/plugin-proposal-class-properties" "^7.14.0"
|
| 4250 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
| 4251 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 4252 |
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
| 4253 |
+
"@babel/plugin-transform-classes" "^7.14.9"
|
| 4254 |
"@babel/plugin-transform-runtime" "^7.14.5"
|
| 4255 |
"@babel/plugin-transform-spread" "^7.14.6"
|
| 4256 |
+
"@babel/preset-env" "^7.14.9"
|
| 4257 |
"@babel/preset-react" "^7.14.0"
|
| 4258 |
+
"@babel/runtime" "^7.14.8"
|
| 4259 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 4260 |
babel-plugin-macros "^2.8.0"
|
| 4261 |
babel-plugin-transform-react-remove-prop-types "^0.4.24"
|
| 4262 |
+
gatsby-core-utils "^2.13.0"
|
| 4263 |
+
gatsby-legacy-polyfills "^1.13.0"
|
| 4264 |
|
| 4265 |
babel-runtime@^6.26.0:
|
| 4266 |
version "6.26.0"
|
| 4313 |
mixin-deep "^1.2.0"
|
| 4314 |
pascalcase "^0.1.1"
|
| 4315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4316 |
bcrypt-pbkdf@^1.0.0:
|
| 4317 |
version "1.0.2"
|
| 4318 |
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
|
| 4351 |
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
| 4352 |
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
| 4353 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4354 |
binary-extensions@^2.0.0:
|
| 4355 |
version "2.2.0"
|
| 4356 |
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d"
|
| 4357 |
integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
| 4358 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4359 |
bl@^4.0.0, bl@^4.0.3:
|
| 4360 |
version "4.1.0"
|
| 4361 |
resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
|
| 4391 |
raw-body "2.4.0"
|
| 4392 |
type-is "~1.6.17"
|
| 4393 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4394 |
boolbase@^1.0.0, boolbase@~1.0.0:
|
| 4395 |
version "1.0.0"
|
| 4396 |
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
| 4432 |
balanced-match "^1.0.0"
|
| 4433 |
concat-map "0.0.1"
|
| 4434 |
|
| 4435 |
+
braces@^2.3.1:
|
| 4436 |
version "2.3.2"
|
| 4437 |
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
|
| 4438 |
integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==
|
| 4470 |
escalade "^3.0.2"
|
| 4471 |
node-releases "^1.1.61"
|
| 4472 |
|
| 4473 |
+
browserslist@^4.0.0, browserslist@^4.12.2, browserslist@^4.14.5, browserslist@^4.16.0, browserslist@^4.16.3, browserslist@^4.16.6, browserslist@^4.16.8:
|
| 4474 |
+
version "4.17.0"
|
| 4475 |
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.17.0.tgz#1fcd81ec75b41d6d4994fb0831b92ac18c01649c"
|
| 4476 |
+
integrity sha512-g2BJ2a0nEYvEFQC208q8mVAhfNwpZ5Mu8BwgtCdZKO3qx98HChmeg448fPdUzld8aFmfLgVh7yymqV+q1lJZ5g==
|
| 4477 |
dependencies:
|
| 4478 |
+
caniuse-lite "^1.0.30001254"
|
| 4479 |
+
colorette "^1.3.0"
|
| 4480 |
+
electron-to-chromium "^1.3.830"
|
| 4481 |
escalade "^3.1.1"
|
| 4482 |
+
node-releases "^1.1.75"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4483 |
|
| 4484 |
buffer-equal@0.0.1:
|
| 4485 |
version "0.0.1"
|
| 4486 |
resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b"
|
| 4487 |
integrity sha1-kbx0sR6kBbyRa8aqkI+q+ltKrEs=
|
| 4488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4489 |
buffer-from@^1.0.0:
|
| 4490 |
+
version "1.1.2"
|
| 4491 |
+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
| 4492 |
+
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4493 |
|
| 4494 |
+
buffer@^5.2.0, buffer@^5.5.0, buffer@^5.7.0:
|
| 4495 |
version "5.7.1"
|
| 4496 |
resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0"
|
| 4497 |
integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==
|
| 4533 |
integrity sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==
|
| 4534 |
|
| 4535 |
cacache@^15.0.5, cacache@^15.2.0:
|
| 4536 |
+
version "15.3.0"
|
| 4537 |
+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
|
| 4538 |
+
integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
|
| 4539 |
dependencies:
|
| 4540 |
+
"@npmcli/fs" "^1.0.0"
|
| 4541 |
"@npmcli/move-file" "^1.0.1"
|
| 4542 |
chownr "^2.0.0"
|
| 4543 |
fs-minipass "^2.0.0"
|
| 4661 |
resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5"
|
| 4662 |
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
|
| 4663 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4664 |
camelcase-keys@^6.2.2:
|
| 4665 |
version "6.2.2"
|
| 4666 |
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
|
| 4670 |
map-obj "^4.0.0"
|
| 4671 |
quick-lru "^4.0.1"
|
| 4672 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4673 |
camelcase@^5.0.0, camelcase@^5.3.1:
|
| 4674 |
version "5.3.1"
|
| 4675 |
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
| 4690 |
lodash.memoize "^4.1.2"
|
| 4691 |
lodash.uniq "^4.5.0"
|
| 4692 |
|
| 4693 |
+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001125, caniuse-lite@^1.0.30001252, caniuse-lite@^1.0.30001254:
|
| 4694 |
+
version "1.0.30001255"
|
| 4695 |
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001255.tgz#f3b09b59ab52e39e751a569523618f47c4298ca0"
|
| 4696 |
+
integrity sha512-F+A3N9jTZL882f/fg/WWVnKSu6IOo3ueLz4zwaOPbPYHNmM/ZaDUyzyJwS1mZhX7Ex5jqTyW599Gdelh5PDYLQ==
|
| 4697 |
|
| 4698 |
caseless@~0.12.0:
|
| 4699 |
version "0.12.0"
|
| 4700 |
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
| 4701 |
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
|
| 4702 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4703 |
ccount@^1.0.0:
|
| 4704 |
version "1.1.0"
|
| 4705 |
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
| 4714 |
escape-string-regexp "^1.0.5"
|
| 4715 |
supports-color "^5.3.0"
|
| 4716 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4717 |
chalk@^3.0.0:
|
| 4718 |
version "3.0.0"
|
| 4719 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
|
| 4722 |
ansi-styles "^4.1.0"
|
| 4723 |
supports-color "^7.1.0"
|
| 4724 |
|
| 4725 |
+
chalk@^4.0, chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4726 |
version "4.1.2"
|
| 4727 |
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
| 4728 |
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
| 4812 |
lodash.reject "^4.4.0"
|
| 4813 |
lodash.some "^4.4.0"
|
| 4814 |
|
| 4815 |
+
cheerio@^1.0.0-rc.10:
|
| 4816 |
version "1.0.0-rc.10"
|
| 4817 |
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.10.tgz#2ba3dcdfcc26e7956fc1f440e61d51c643379f3e"
|
| 4818 |
integrity sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==
|
| 4825 |
parse5-htmlparser2-tree-adapter "^6.0.1"
|
| 4826 |
tslib "^2.2.0"
|
| 4827 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4828 |
chokidar@^3.4.2, chokidar@^3.4.3, chokidar@^3.5.1:
|
| 4829 |
version "3.5.2"
|
| 4830 |
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
|
| 4840 |
optionalDependencies:
|
| 4841 |
fsevents "~2.3.2"
|
| 4842 |
|
| 4843 |
+
chownr@^1.1.1, chownr@^1.1.4:
|
| 4844 |
version "1.1.4"
|
| 4845 |
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
|
| 4846 |
integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
|
| 4913 |
execa "^1.0.0"
|
| 4914 |
is-wsl "^2.1.1"
|
| 4915 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4916 |
cliui@^6.0.0:
|
| 4917 |
version "6.0.0"
|
| 4918 |
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
| 4991 |
map-visit "^1.0.0"
|
| 4992 |
object-visit "^1.0.0"
|
| 4993 |
|
| 4994 |
+
color-convert@^1.9.0:
|
| 4995 |
version "1.9.3"
|
| 4996 |
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
| 4997 |
integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
|
| 5015 |
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
| 5016 |
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
| 5017 |
|
| 5018 |
+
color-string@^1.6.0:
|
| 5019 |
+
version "1.6.0"
|
| 5020 |
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312"
|
| 5021 |
+
integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA==
|
| 5022 |
dependencies:
|
| 5023 |
color-name "^1.0.0"
|
| 5024 |
simple-swizzle "^0.2.2"
|
| 5025 |
|
| 5026 |
+
color@^4.0.1:
|
| 5027 |
+
version "4.0.1"
|
| 5028 |
+
resolved "https://registry.yarnpkg.com/color/-/color-4.0.1.tgz#21df44cd10245a91b1ccf5ba031609b0e10e7d67"
|
| 5029 |
+
integrity sha512-rpZjOKN5O7naJxkH2Rx1sZzzBgaiWECc6BYXjeCE6kF0kcASJYbUq02u7JqIHwCb/j3NhV+QhRL2683aICeGZA==
|
| 5030 |
dependencies:
|
| 5031 |
+
color-convert "^2.0.1"
|
| 5032 |
+
color-string "^1.6.0"
|
| 5033 |
|
| 5034 |
+
colord@^2.0.1, colord@^2.6:
|
| 5035 |
+
version "2.7.0"
|
| 5036 |
+
resolved "https://registry.yarnpkg.com/colord/-/colord-2.7.0.tgz#706ea36fe0cd651b585eb142fe64b6480185270e"
|
| 5037 |
+
integrity sha512-pZJBqsHz+pYyw3zpX6ZRXWoCHM1/cvFikY9TV8G3zcejCaKE0lhankoj8iScyrrePA8C7yJ5FStfA9zbcOnw7Q==
|
| 5038 |
|
| 5039 |
+
colorette@^1.2.2, colorette@^1.3.0:
|
| 5040 |
+
version "1.4.0"
|
| 5041 |
+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.4.0.tgz#5190fbb87276259a86ad700bff2c6d6faa3fca40"
|
| 5042 |
+
integrity sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==
|
| 5043 |
|
| 5044 |
columnify@^1.5.4:
|
| 5045 |
version "1.5.4"
|
| 5066 |
resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69"
|
| 5067 |
integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==
|
| 5068 |
|
| 5069 |
+
commander@^2.20.0, commander@^2.20.3:
|
| 5070 |
version "2.20.3"
|
| 5071 |
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
|
| 5072 |
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==
|
| 5073 |
|
| 5074 |
+
commander@^7.2.0:
|
| 5075 |
version "7.2.0"
|
| 5076 |
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
|
| 5077 |
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==
|
| 5153 |
readable-stream "^3.0.2"
|
| 5154 |
typedarray "^0.0.6"
|
| 5155 |
|
| 5156 |
+
config-chain@^1.1.12:
|
| 5157 |
version "1.1.13"
|
| 5158 |
resolved "https://registry.yarnpkg.com/config-chain/-/config-chain-1.1.13.tgz#fad0795aa6a6cdaff9ed1b68e9dff94372c232f4"
|
| 5159 |
integrity sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==
|
| 5178 |
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
|
| 5179 |
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
|
| 5180 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5181 |
console-control-strings@^1.0.0, console-control-strings@~1.1.0:
|
| 5182 |
version "1.1.0"
|
| 5183 |
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
| 5188 |
resolved "https://registry.yarnpkg.com/console-polyfill/-/console-polyfill-0.1.2.tgz#96cfed51caf78189f699572e6f18271dc37c0e30"
|
| 5189 |
integrity sha1-ls/tUcr3gYn2mVcubxgnHcN8DjA=
|
| 5190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5191 |
constant-case@^2.0.0:
|
| 5192 |
version "2.0.0"
|
| 5193 |
resolved "https://registry.yarnpkg.com/constant-case/-/constant-case-2.0.0.tgz#4175764d389d3fa9c8ecd29186ed6005243b6a46"
|
| 5196 |
snake-case "^2.1.0"
|
| 5197 |
upper-case "^1.1.1"
|
| 5198 |
|
| 5199 |
+
content-disposition@0.5.3:
|
| 5200 |
version "0.5.3"
|
| 5201 |
resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.3.tgz#e130caf7e7279087c5616c2007d0485698984fbd"
|
| 5202 |
integrity sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==
|
| 5209 |
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
|
| 5210 |
|
| 5211 |
contentful-management@^7.5.1:
|
| 5212 |
+
version "7.36.2"
|
| 5213 |
+
resolved "https://registry.yarnpkg.com/contentful-management/-/contentful-management-7.36.2.tgz#e3139ebb0f0b844aa35356f4fd1bb335a92543eb"
|
| 5214 |
+
integrity sha512-pOyHyIuOygqQPDfF9C1MQKTAKAJcounClp4R5afhKkXDdh8jUPc34Ej9BACCtseo99Q9BftLQn49nmk9xJHylQ==
|
| 5215 |
dependencies:
|
| 5216 |
"@types/json-patch" "0.0.30"
|
| 5217 |
axios "^0.21.0"
|
| 5218 |
contentful-sdk-core "^6.8.0"
|
| 5219 |
fast-copy "^2.1.0"
|
| 5220 |
lodash.isplainobject "^4.0.6"
|
| 5221 |
+
type-fest "^0.21.3"
|
| 5222 |
|
| 5223 |
contentful-sdk-core@^6.8.0:
|
| 5224 |
+
version "6.8.5"
|
| 5225 |
+
resolved "https://registry.yarnpkg.com/contentful-sdk-core/-/contentful-sdk-core-6.8.5.tgz#4fadbac15251ba49d168909be25f18e61cf27db9"
|
| 5226 |
+
integrity sha512-Efmv/Jf0zeTdRNqCW6y+iMsNbDa/+KpxYOaYYz0z1qVd4q88qtZDJrvLdjPHtYvrcrvkhYtucVRFr9oe2b+cAA==
|
| 5227 |
dependencies:
|
| 5228 |
fast-copy "^2.1.0"
|
| 5229 |
qs "^6.9.4"
|
| 5246 |
q "^1.5.1"
|
| 5247 |
|
| 5248 |
conventional-changelog-core@^4.2.2:
|
| 5249 |
+
version "4.2.3"
|
| 5250 |
+
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.3.tgz#ce44d4bbba4032e3dc14c00fcd5b53fc00b66433"
|
| 5251 |
+
integrity sha512-MwnZjIoMRL3jtPH5GywVNqetGILC7g6RQFvdb8LRU/fA/338JbeWAku3PZ8yQ+mtVRViiISqJlb0sOz0htBZig==
|
| 5252 |
dependencies:
|
| 5253 |
add-stream "^1.0.0"
|
| 5254 |
+
conventional-changelog-writer "^5.0.0"
|
| 5255 |
conventional-commits-parser "^3.2.0"
|
| 5256 |
dateformat "^3.0.0"
|
| 5257 |
+
get-pkg-repo "^4.0.0"
|
| 5258 |
git-raw-commits "^2.0.8"
|
| 5259 |
git-remote-origin-url "^2.0.0"
|
| 5260 |
git-semver-tags "^4.1.1"
|
| 5263 |
q "^1.5.1"
|
| 5264 |
read-pkg "^3.0.0"
|
| 5265 |
read-pkg-up "^3.0.0"
|
|
|
|
| 5266 |
through2 "^4.0.0"
|
| 5267 |
|
| 5268 |
conventional-changelog-preset-loader@^2.3.4:
|
| 5270 |
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c"
|
| 5271 |
integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==
|
| 5272 |
|
| 5273 |
+
conventional-changelog-writer@^5.0.0:
|
| 5274 |
+
version "5.0.0"
|
| 5275 |
+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.0.tgz#c4042f3f1542f2f41d7d2e0d6cad23aba8df8eec"
|
| 5276 |
+
integrity sha512-HnDh9QHLNWfL6E1uHz6krZEQOgm8hN7z/m7tT16xwd802fwgMN0Wqd7AQYVkhpsjDUx/99oo+nGgvKF657XP5g==
|
| 5277 |
dependencies:
|
|
|
|
| 5278 |
conventional-commits-filter "^2.0.7"
|
| 5279 |
dateformat "^3.0.0"
|
| 5280 |
handlebars "^4.7.6"
|
| 5334 |
integrity sha512-7V+KqSvMiHp8yWDuwfww06XleMWVVB9b9tURBx+G7UTADuo5hYPuowKloz4OzOqbPezxgo+fdQ1522WzPG4OeA==
|
| 5335 |
|
| 5336 |
convert-source-map@^1.5.0, convert-source-map@^1.7.0:
|
| 5337 |
+
version "1.8.0"
|
| 5338 |
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
| 5339 |
+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
| 5340 |
dependencies:
|
| 5341 |
safe-buffer "~5.1.1"
|
| 5342 |
|
| 5360 |
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
| 5361 |
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
| 5362 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5363 |
core-js-compat@3.9.0:
|
| 5364 |
version "3.9.0"
|
| 5365 |
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56"
|
| 5368 |
browserslist "^4.16.3"
|
| 5369 |
semver "7.0.0"
|
| 5370 |
|
| 5371 |
+
core-js-compat@^3.14.0, core-js-compat@^3.16.0:
|
| 5372 |
+
version "3.17.2"
|
| 5373 |
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.17.2.tgz#f461ab950c0a0ffedfc327debf28b7e518950936"
|
| 5374 |
+
integrity sha512-lHnt7A1Oqplebl5i0MrQyFv/yyEzr9p29OjlkcsFRDDgHwwQyVckfRGJ790qzXhkwM8ba4SFHHa2sO+T5f1zGg==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5375 |
dependencies:
|
| 5376 |
+
browserslist "^4.16.8"
|
| 5377 |
semver "7.0.0"
|
| 5378 |
|
| 5379 |
+
core-js-pure@^3.16.0:
|
| 5380 |
+
version "3.17.2"
|
| 5381 |
+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.17.2.tgz#ba6311b6aa1e2f2adeba4ac6ec51a9ff40bdc1af"
|
| 5382 |
+
integrity sha512-2VV7DlIbooyTI7Bh+yzOOWL9tGwLnQKHno7qATE+fqZzDKYr6llVjVQOzpD/QLZFgXDPb8T71pJokHEZHEYJhQ==
|
| 5383 |
|
| 5384 |
core-js@^2.4.0:
|
| 5385 |
version "2.6.12"
|
| 5387 |
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
|
| 5388 |
|
| 5389 |
core-js@^3.6.4, core-js@^3.6.5, core-js@^3.9.0:
|
| 5390 |
+
version "3.17.2"
|
| 5391 |
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.17.2.tgz#f960eae710dc62c29cca93d5332e3660e289db10"
|
| 5392 |
+
integrity sha512-XkbXqhcXeMHPRk2ItS+zQYliAMilea2euoMsnpRRdDad6b2VY6CQQcwz1K8AnWesfw4p165RzY0bTnr3UrbYiA==
|
| 5393 |
|
| 5394 |
+
core-util-is@1.0.2:
|
| 5395 |
version "1.0.2"
|
| 5396 |
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
| 5397 |
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
|
| 5398 |
|
| 5399 |
+
core-util-is@~1.0.0:
|
| 5400 |
+
version "1.0.3"
|
| 5401 |
+
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
|
| 5402 |
+
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
|
| 5403 |
+
|
| 5404 |
cors@^2.8.5, cors@~2.8.5:
|
| 5405 |
version "2.8.5"
|
| 5406 |
resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29"
|
| 5416 |
dependencies:
|
| 5417 |
"@iarna/toml" "^2.2.5"
|
| 5418 |
|
| 5419 |
+
cosmiconfig@7.0.0:
|
| 5420 |
version "7.0.0"
|
| 5421 |
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.0.tgz#ef9b44d773959cae63ddecd122de23853b60f8d3"
|
| 5422 |
integrity sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==
|
| 5438 |
path-type "^4.0.0"
|
| 5439 |
yaml "^1.7.2"
|
| 5440 |
|
| 5441 |
+
cosmiconfig@^7.0.0:
|
| 5442 |
+
version "7.0.1"
|
| 5443 |
+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.0.1.tgz#714d756522cace867867ccb4474c5d01bbae5d6d"
|
| 5444 |
+
integrity sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==
|
| 5445 |
+
dependencies:
|
| 5446 |
+
"@types/parse-json" "^4.0.0"
|
| 5447 |
+
import-fresh "^3.2.1"
|
| 5448 |
+
parse-json "^5.0.0"
|
| 5449 |
+
path-type "^4.0.0"
|
| 5450 |
+
yaml "^1.10.0"
|
| 5451 |
+
|
| 5452 |
+
create-gatsby@^1.13.0:
|
| 5453 |
+
version "1.13.0"
|
| 5454 |
+
resolved "https://registry.yarnpkg.com/create-gatsby/-/create-gatsby-1.13.0.tgz#c2031862c5c1fbcf3c14525105cfd47b10c82aaa"
|
| 5455 |
+
integrity sha512-ypJeb+nj5uZybFeic+ab5myxGh21oZQ+OeCRkKHPL9NPZbzcvQE/y5lWXgVXHqy2/xf2IBnotkImrmiQiqPOxg==
|
| 5456 |
|
| 5457 |
create-require@^1.1.0:
|
| 5458 |
version "1.1.1"
|
| 5466 |
dependencies:
|
| 5467 |
node-fetch "2.6.1"
|
| 5468 |
|
| 5469 |
+
cross-spawn@7.0.3, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
| 5470 |
version "7.0.3"
|
| 5471 |
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
| 5472 |
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
|
| 5475 |
shebang-command "^2.0.0"
|
| 5476 |
which "^2.0.1"
|
| 5477 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5478 |
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
|
| 5479 |
version "6.0.5"
|
| 5480 |
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
| 5491 |
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
|
| 5492 |
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
|
| 5493 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5494 |
css-color-names@^1.0.1:
|
| 5495 |
version "1.0.1"
|
| 5496 |
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-1.0.1.tgz#6ff7ee81a823ad46e020fa2fd6ab40a887e2ba67"
|
| 5497 |
integrity sha512-/loXYOch1qU1biStIFsHH8SxTmOseh1IJqFvy8IujXOm1h+QjUdDhkzOrR5HG8K8mlxREj0yfi8ewCHx0eMxzA==
|
| 5498 |
|
| 5499 |
css-declaration-sorter@^6.0.3:
|
| 5500 |
+
version "6.1.3"
|
| 5501 |
+
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.1.3.tgz#e9852e4cf940ba79f509d9425b137d1f94438dc2"
|
| 5502 |
+
integrity sha512-SvjQjNRZgh4ULK1LDJ2AduPKUKxIqmtU7ZAyi47BTV+M90Qvxr9AB6lKlLbDUfXqI9IQeYA8LbAsCZPpJEV3aA==
|
| 5503 |
dependencies:
|
| 5504 |
timsort "^0.3.0"
|
| 5505 |
|
| 5506 |
css-loader@^5.0.1:
|
| 5507 |
+
version "5.2.7"
|
| 5508 |
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.7.tgz#9b9f111edf6fb2be5dc62525644cbc9c232064ae"
|
| 5509 |
+
integrity sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==
|
| 5510 |
dependencies:
|
| 5511 |
icss-utils "^5.1.0"
|
| 5512 |
loader-utils "^2.0.0"
|
| 5547 |
domutils "^1.7.0"
|
| 5548 |
nth-check "^1.0.2"
|
| 5549 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5550 |
css-select@^4.1.3:
|
| 5551 |
version "4.1.3"
|
| 5552 |
resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.1.3.tgz#a70440f70317f2669118ad74ff105e65849c7067"
|
| 5581 |
mdn-data "2.0.4"
|
| 5582 |
source-map "^0.6.1"
|
| 5583 |
|
| 5584 |
+
css-tree@^1.1.2, css-tree@^1.1.3:
|
| 5585 |
version "1.1.3"
|
| 5586 |
resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d"
|
| 5587 |
integrity sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==
|
| 5599 |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4"
|
| 5600 |
integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==
|
| 5601 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5602 |
css-what@^5.0.0, css-what@^5.0.1:
|
| 5603 |
version "5.0.1"
|
| 5604 |
resolved "https://registry.yarnpkg.com/css-what/-/css-what-5.0.1.tgz#3efa820131f4669a8ac2408f9c32e7c7de9f4cad"
|
| 5619 |
resolved "https://registry.yarnpkg.com/cssfilter/-/cssfilter-0.0.10.tgz#c6d2672632a2e5c83e013e6864a42ce8defd20ae"
|
| 5620 |
integrity sha1-xtJnJjKi5cg+AT5oZKQs6N79IK4=
|
| 5621 |
|
| 5622 |
+
cssnano-preset-default@^5.1.4:
|
| 5623 |
+
version "5.1.4"
|
| 5624 |
+
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-5.1.4.tgz#359943bf00c5c8e05489f12dd25f3006f2c1cbd2"
|
| 5625 |
+
integrity sha512-sPpQNDQBI3R/QsYxQvfB4mXeEcWuw0wGtKtmS5eg8wudyStYMgKOQT39G07EbW1LB56AOYrinRS9f0ig4Y3MhQ==
|
| 5626 |
dependencies:
|
| 5627 |
css-declaration-sorter "^6.0.3"
|
| 5628 |
cssnano-utils "^2.0.1"
|
| 5636 |
postcss-merge-longhand "^5.0.2"
|
| 5637 |
postcss-merge-rules "^5.0.2"
|
| 5638 |
postcss-minify-font-values "^5.0.1"
|
| 5639 |
+
postcss-minify-gradients "^5.0.2"
|
| 5640 |
postcss-minify-params "^5.0.1"
|
| 5641 |
postcss-minify-selectors "^5.1.0"
|
| 5642 |
postcss-normalize-charset "^5.0.1"
|
| 5660 |
integrity sha512-i8vLRZTnEH9ubIyfdZCAdIdgnHAUeQeByEeQ2I7oTilvP9oHO6RScpeq3GsFUVqeB8uZgOQ9pw8utofNn32hhQ==
|
| 5661 |
|
| 5662 |
cssnano@^5.0.0:
|
| 5663 |
+
version "5.0.8"
|
| 5664 |
+
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-5.0.8.tgz#39ad166256980fcc64faa08c9bb18bb5789ecfa9"
|
| 5665 |
+
integrity sha512-Lda7geZU0Yu+RZi2SGpjYuQz4HI4/1Y+BhdD0jL7NXAQ5larCzVn+PUGuZbDMYz904AXXCOgO5L1teSvgu7aFg==
|
| 5666 |
dependencies:
|
| 5667 |
+
cssnano-preset-default "^5.1.4"
|
|
|
|
| 5668 |
is-resolvable "^1.1.0"
|
| 5669 |
+
lilconfig "^2.0.3"
|
| 5670 |
+
yaml "^1.10.2"
|
| 5671 |
|
| 5672 |
csso@^4.0.2, csso@^4.2.0:
|
| 5673 |
version "4.2.0"
|
| 5686 |
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
|
| 5687 |
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
|
| 5688 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5689 |
d@1, d@^1.0.1:
|
| 5690 |
version "1.0.1"
|
| 5691 |
resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a"
|
| 5722 |
integrity sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==
|
| 5723 |
|
| 5724 |
date-fns@^2.14.0:
|
| 5725 |
+
version "2.23.0"
|
| 5726 |
+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.23.0.tgz#4e886c941659af0cf7b30fafdd1eaa37e88788a9"
|
| 5727 |
+
integrity sha512-5ycpauovVyAk0kXNZz6ZoB9AYMZB4DObse7P3BPWmyEjXNORTI8EJ6X0uaSAq4sCHzM1uajzrkr6HnsLQpxGXA==
|
| 5728 |
|
| 5729 |
dateformat@^3.0.0:
|
| 5730 |
version "3.0.3"
|
| 5739 |
ms "2.0.0"
|
| 5740 |
|
| 5741 |
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@~4.3.1:
|
| 5742 |
+
version "4.3.2"
|
| 5743 |
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
|
| 5744 |
+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
|
| 5745 |
dependencies:
|
| 5746 |
ms "2.1.2"
|
| 5747 |
|
| 5748 |
+
debug@^3.0.0, debug@^3.1.0, debug@^3.2.6, debug@^3.2.7:
|
| 5749 |
version "3.2.7"
|
| 5750 |
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
| 5751 |
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
|
| 5765 |
decamelize "^1.1.0"
|
| 5766 |
map-obj "^1.0.0"
|
| 5767 |
|
| 5768 |
+
decamelize@^1.1.0, decamelize@^1.2.0:
|
| 5769 |
version "1.2.0"
|
| 5770 |
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
| 5771 |
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
|
| 5775 |
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545"
|
| 5776 |
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
|
| 5777 |
|
| 5778 |
+
decompress-response@^3.3.0:
|
| 5779 |
version "3.3.0"
|
| 5780 |
resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-3.3.0.tgz#80a4dd323748384bfa248083622aedec982adff3"
|
| 5781 |
integrity sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=
|
| 5796 |
dependencies:
|
| 5797 |
mimic-response "^2.0.0"
|
| 5798 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5799 |
dedent@^0.7.0:
|
| 5800 |
version "0.7.0"
|
| 5801 |
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
|
| 5806 |
resolved "https://registry.yarnpkg.com/dedupe/-/dedupe-3.0.2.tgz#c7c9d5534167b69dc07bd21d093882abbe88b0a9"
|
| 5807 |
integrity sha512-1BmvzpTdYjyvzTMgd8+A7R9jNJh8GfvVZJqREZpqq7OpePtVFNdw56FjsHFdC35ROSng6y+h4qFYO/VkiKEztg==
|
| 5808 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5809 |
deep-equal@^2.0.5:
|
| 5810 |
version "2.0.5"
|
| 5811 |
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-2.0.5.tgz#55cd2fe326d83f9cbf7261ef0e060b3f724c5cb9"
|
| 5833 |
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
|
| 5834 |
|
| 5835 |
deep-is@^0.1.3:
|
| 5836 |
+
version "0.1.4"
|
| 5837 |
+
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
|
| 5838 |
+
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
|
| 5839 |
|
| 5840 |
deepmerge@^4.0, deepmerge@^4.0.0, deepmerge@^4.2.2:
|
| 5841 |
version "4.2.2"
|
| 5842 |
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955"
|
| 5843 |
integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==
|
| 5844 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5845 |
defaults@^1.0.3:
|
| 5846 |
version "1.0.3"
|
| 5847 |
resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
|
| 5888 |
is-descriptor "^1.0.2"
|
| 5889 |
isobject "^3.0.1"
|
| 5890 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5891 |
del@^5.1.0:
|
| 5892 |
version "5.1.0"
|
| 5893 |
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
|
| 5957 |
get-stdin "^4.0.1"
|
| 5958 |
minimist "^1.1.0"
|
| 5959 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5960 |
detect-port-alt@1.1.6:
|
| 5961 |
version "1.1.6"
|
| 5962 |
resolved "https://registry.yarnpkg.com/detect-port-alt/-/detect-port-alt-1.1.6.tgz#24707deabe932d4a3cf621302027c2b266568275"
|
| 5974 |
debug "^2.6.0"
|
| 5975 |
|
| 5976 |
devcert@^1.1.3:
|
| 5977 |
+
version "1.2.0"
|
| 5978 |
+
resolved "https://registry.yarnpkg.com/devcert/-/devcert-1.2.0.tgz#7fb0fa2ca4c73baf3a3053973e80ebc5899fb20d"
|
| 5979 |
+
integrity sha512-Tca9LUcmDegqTxlnQLTxVARS3MqYT+eWJfskXykefknT9jPoSJEA+t5BkDq5C5Tz+gVmAWmOH5vvKMfLJO/UhQ==
|
| 5980 |
dependencies:
|
| 5981 |
"@types/configstore" "^2.1.1"
|
| 5982 |
"@types/debug" "^0.0.30"
|
| 6034 |
dependencies:
|
| 6035 |
path-type "^4.0.0"
|
| 6036 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6037 |
doctrine@^2.1.0:
|
| 6038 |
version "2.1.0"
|
| 6039 |
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
|
| 6112 |
domelementtype "1"
|
| 6113 |
|
| 6114 |
domhandler@^4.0.0, domhandler@^4.2.0:
|
| 6115 |
+
version "4.2.2"
|
| 6116 |
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.2.2.tgz#e825d721d19a86b8c201a35264e226c678ee755f"
|
| 6117 |
+
integrity sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==
|
| 6118 |
dependencies:
|
| 6119 |
domelementtype "^2.2.0"
|
| 6120 |
|
| 6134 |
dom-serializer "0"
|
| 6135 |
domelementtype "1"
|
| 6136 |
|
| 6137 |
+
domutils@^2.5.2, domutils@^2.6.0, domutils@^2.7.0:
|
| 6138 |
+
version "2.8.0"
|
| 6139 |
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"
|
| 6140 |
+
integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==
|
| 6141 |
dependencies:
|
| 6142 |
dom-serializer "^1.0.1"
|
| 6143 |
domelementtype "^2.2.0"
|
| 6174 |
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
|
| 6175 |
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
|
| 6176 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6177 |
duplexer3@^0.1.4:
|
| 6178 |
version "0.1.4"
|
| 6179 |
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.4.tgz#ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
|
| 6197 |
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
| 6198 |
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
| 6199 |
|
| 6200 |
+
electron-to-chromium@^1.3.564, electron-to-chromium@^1.3.830:
|
| 6201 |
+
version "1.3.831"
|
| 6202 |
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.831.tgz#96201f83f6eef05054b532a897fd3cd73cd60250"
|
| 6203 |
+
integrity sha512-0tc2lPzgEipHCyRcvDTTaBk5+jSPfNaCvbQdevNMqJkHLvrBiwhygPR0hDyPZEK7Xztvv+58gSFKJ/AUVT1yYQ==
|
| 6204 |
|
| 6205 |
email-validator@^2.0.4:
|
| 6206 |
version "2.0.4"
|
| 6207 |
resolved "https://registry.yarnpkg.com/email-validator/-/email-validator-2.0.4.tgz#b8dfaa5d0dae28f1b03c95881d904d4e40bfe7ed"
|
| 6208 |
integrity sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==
|
| 6209 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6210 |
emoji-regex@^7.0.1:
|
| 6211 |
version "7.0.3"
|
| 6212 |
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
|
| 6239 |
dependencies:
|
| 6240 |
iconv-lite "^0.6.2"
|
| 6241 |
|
| 6242 |
+
end-of-stream@^1.1.0, end-of-stream@^1.4.1:
|
| 6243 |
version "1.4.4"
|
| 6244 |
resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
|
| 6245 |
integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==
|
| 6263 |
yeast "0.1.2"
|
| 6264 |
|
| 6265 |
engine.io-parser@~4.0.0, engine.io-parser@~4.0.1:
|
| 6266 |
+
version "4.0.3"
|
| 6267 |
+
resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-4.0.3.tgz#83d3a17acfd4226f19e721bb22a1ee8f7662d2f6"
|
| 6268 |
+
integrity sha512-xEAAY0msNnESNPc00e19y5heTPX4y/TJ36gr8t1voOaNmTojP9b3oK3BbJLFufW2XFPQaaijpFewm2g2Um3uqA==
|
| 6269 |
dependencies:
|
| 6270 |
base64-arraybuffer "0.1.4"
|
| 6271 |
|
| 6332 |
resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9"
|
| 6333 |
integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
|
| 6334 |
|
| 6335 |
+
error-ex@^1.3.1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6336 |
version "1.3.2"
|
| 6337 |
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
| 6338 |
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
|
| 6346 |
dependencies:
|
| 6347 |
stackframe "^1.1.1"
|
| 6348 |
|
| 6349 |
+
es-abstract@^1.17.2, es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2, es-abstract@^1.18.5:
|
| 6350 |
+
version "1.18.5"
|
| 6351 |
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.5.tgz#9b10de7d4c206a3581fd5b2124233e04db49ae19"
|
| 6352 |
+
integrity sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==
|
| 6353 |
dependencies:
|
| 6354 |
call-bind "^1.0.2"
|
| 6355 |
es-to-primitive "^1.2.1"
|
| 6357 |
get-intrinsic "^1.1.1"
|
| 6358 |
has "^1.0.3"
|
| 6359 |
has-symbols "^1.0.2"
|
| 6360 |
+
internal-slot "^1.0.3"
|
| 6361 |
is-callable "^1.2.3"
|
| 6362 |
is-negative-zero "^2.0.1"
|
| 6363 |
is-regex "^1.1.3"
|
| 6364 |
is-string "^1.0.6"
|
| 6365 |
+
object-inspect "^1.11.0"
|
| 6366 |
object-keys "^1.1.1"
|
| 6367 |
object.assign "^4.1.2"
|
| 6368 |
string.prototype.trimend "^1.0.4"
|
| 6383 |
is-string "^1.0.5"
|
| 6384 |
isarray "^2.0.5"
|
| 6385 |
|
| 6386 |
+
es-module-lexer@^0.7.1:
|
| 6387 |
+
version "0.7.1"
|
| 6388 |
+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.7.1.tgz#c2c8e0f46f2df06274cdaf0dd3f3b33e0a0b267d"
|
| 6389 |
+
integrity sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==
|
| 6390 |
|
| 6391 |
es-to-primitive@^1.2.1:
|
| 6392 |
version "1.2.1"
|
| 6470 |
dependencies:
|
| 6471 |
confusing-browser-globals "^1.0.10"
|
| 6472 |
|
| 6473 |
+
eslint-import-resolver-node@^0.3.6:
|
| 6474 |
+
version "0.3.6"
|
| 6475 |
+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.6.tgz#4048b958395da89668252001dbd9eca6b83bacbd"
|
| 6476 |
+
integrity sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==
|
| 6477 |
dependencies:
|
| 6478 |
+
debug "^3.2.7"
|
| 6479 |
+
resolve "^1.20.0"
|
| 6480 |
|
| 6481 |
+
eslint-module-utils@^2.6.2:
|
| 6482 |
+
version "2.6.2"
|
| 6483 |
+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
|
| 6484 |
+
integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
|
| 6485 |
dependencies:
|
| 6486 |
debug "^3.2.7"
|
| 6487 |
pkg-dir "^2.0.0"
|
| 6488 |
|
| 6489 |
+
eslint-plugin-flowtype@^5.8.2:
|
| 6490 |
+
version "5.9.2"
|
| 6491 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.2.tgz#aac08cd26ee4da79cba0e40c3877bb4d96a74ebc"
|
| 6492 |
+
integrity sha512-qxE/eo9DCN7800MIB/O1ToOiFuOPOlaMJWQY2BEm69oY7RCm3s2X1z4CdgtFvDDWf9RSSugZm1KRhdBMBueKbg==
|
| 6493 |
dependencies:
|
| 6494 |
lodash "^4.17.15"
|
| 6495 |
string-natural-compare "^3.0.1"
|
| 6504 |
lodash.flatten "^4.4.0"
|
| 6505 |
lodash.without "^4.4.0"
|
| 6506 |
|
| 6507 |
+
eslint-plugin-import@^2.23.4:
|
| 6508 |
+
version "2.24.2"
|
| 6509 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.24.2.tgz#2c8cd2e341f3885918ee27d18479910ade7bb4da"
|
| 6510 |
+
integrity sha512-hNVtyhiEtZmpsabL4neEj+6M5DCLgpYyG9nzJY8lZQeQXEn5UPW1DpUdsMHMXsq98dbNm7nt1w9ZMSVpfJdi8Q==
|
| 6511 |
dependencies:
|
| 6512 |
array-includes "^3.1.3"
|
| 6513 |
array.prototype.flat "^1.2.4"
|
| 6514 |
debug "^2.6.9"
|
| 6515 |
doctrine "^2.1.0"
|
| 6516 |
+
eslint-import-resolver-node "^0.3.6"
|
| 6517 |
+
eslint-module-utils "^2.6.2"
|
| 6518 |
find-up "^2.0.0"
|
| 6519 |
has "^1.0.3"
|
| 6520 |
+
is-core-module "^2.6.0"
|
| 6521 |
minimatch "^3.0.4"
|
| 6522 |
+
object.values "^1.1.4"
|
| 6523 |
pkg-up "^2.0.0"
|
| 6524 |
read-pkg-up "^3.0.0"
|
| 6525 |
resolve "^1.20.0"
|
| 6526 |
+
tsconfig-paths "^3.11.0"
|
| 6527 |
|
| 6528 |
eslint-plugin-jsx-a11y@^6.4.1:
|
| 6529 |
version "6.4.1"
|
| 6547 |
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
|
| 6548 |
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
|
| 6549 |
|
| 6550 |
+
eslint-plugin-react@^7.24.0:
|
| 6551 |
+
version "7.25.1"
|
| 6552 |
+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.25.1.tgz#9286b7cd9bf917d40309760f403e53016eda8331"
|
| 6553 |
+
integrity sha512-P4j9K1dHoFXxDNP05AtixcJEvIT6ht8FhYKsrkY0MPCPaUMYijhpWwNiRDZVtA8KFuZOkGSeft6QwH8KuVpJug==
|
| 6554 |
dependencies:
|
| 6555 |
array-includes "^3.1.3"
|
| 6556 |
array.prototype.flatmap "^1.2.4"
|
| 6557 |
doctrine "^2.1.0"
|
| 6558 |
+
estraverse "^5.2.0"
|
| 6559 |
has "^1.0.3"
|
| 6560 |
jsx-ast-utils "^2.4.1 || ^3.0.0"
|
| 6561 |
minimatch "^3.0.4"
|
| 6598 |
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
|
| 6599 |
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
|
| 6600 |
|
| 6601 |
+
eslint-webpack-plugin@^2.5.4:
|
| 6602 |
version "2.5.4"
|
| 6603 |
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-2.5.4.tgz#473b84932f1a8e2c2b8e66a402d0497bf440b986"
|
| 6604 |
integrity sha512-7rYh0m76KyKSDE+B+2PUQrlNS4HJ51t3WKpkJg6vo2jFMbEPTG99cBV0Dm7LXSHucN4WGCG65wQcRiTFrj7iWw==
|
| 6610 |
normalize-path "^3.0.0"
|
| 6611 |
schema-utils "^3.0.0"
|
| 6612 |
|
| 6613 |
+
eslint@^7.32.0:
|
| 6614 |
+
version "7.32.0"
|
| 6615 |
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
|
| 6616 |
+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
|
| 6617 |
dependencies:
|
| 6618 |
"@babel/code-frame" "7.12.11"
|
| 6619 |
+
"@eslint/eslintrc" "^0.4.3"
|
| 6620 |
+
"@humanwhocodes/config-array" "^0.5.0"
|
| 6621 |
ajv "^6.10.0"
|
| 6622 |
chalk "^4.0.0"
|
| 6623 |
cross-spawn "^7.0.2"
|
| 6725 |
es5-ext "~0.10.14"
|
| 6726 |
|
| 6727 |
event-source-polyfill@^1.0.15:
|
| 6728 |
+
version "1.0.25"
|
| 6729 |
+
resolved "https://registry.yarnpkg.com/event-source-polyfill/-/event-source-polyfill-1.0.25.tgz#d8bb7f99cb6f8119c2baf086d9f6ee0514b6d9c8"
|
| 6730 |
+
integrity sha512-hQxu6sN1Eq4JjoI7ITdQeGGUN193A2ra83qC0Ltm9I2UJVAten3OFVN6k5RX4YWeCS0BoC8xg/5czOCIHVosQg==
|
| 6731 |
|
| 6732 |
event-target-shim@^5.0.0:
|
| 6733 |
version "5.0.1"
|
| 6754 |
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
|
| 6755 |
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
|
| 6756 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6757 |
execa@^1.0.0:
|
| 6758 |
version "1.0.0"
|
| 6759 |
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
|
| 6767 |
signal-exit "^3.0.0"
|
| 6768 |
strip-eof "^1.0.0"
|
| 6769 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6770 |
execa@^5.0.0, execa@^5.1.1:
|
| 6771 |
version "5.1.1"
|
| 6772 |
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
| 6782 |
signal-exit "^3.0.3"
|
| 6783 |
strip-final-newline "^2.0.0"
|
| 6784 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6785 |
exenv@^1.2.0, exenv@^1.2.2:
|
| 6786 |
version "1.2.2"
|
| 6787 |
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
|
| 6856 |
utils-merge "1.0.1"
|
| 6857 |
vary "~1.1.2"
|
| 6858 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6859 |
ext@^1.1.2:
|
| 6860 |
+
version "1.5.0"
|
| 6861 |
+
resolved "https://registry.yarnpkg.com/ext/-/ext-1.5.0.tgz#e93b97ae0cb23f8370380f6107d2d2b7887687ad"
|
| 6862 |
+
integrity sha512-+ONcYoWj/SoQwUofMr94aGu05Ou4FepKi7N7b+O8T4jVfyIsZQV1/xeS8jpaBzF0csAk0KLXoHCxU7cKYZjo1Q==
|
| 6863 |
dependencies:
|
| 6864 |
+
type "^2.5.0"
|
| 6865 |
|
| 6866 |
extend-shallow@^2.0.1:
|
| 6867 |
version "2.0.1"
|
| 6932 |
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
| 6933 |
|
| 6934 |
fast-glob@^3.0.3, fast-glob@^3.1.1:
|
| 6935 |
+
version "3.2.7"
|
| 6936 |
+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
|
| 6937 |
+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
|
| 6938 |
dependencies:
|
| 6939 |
"@nodelib/fs.stat" "^2.0.2"
|
| 6940 |
"@nodelib/fs.walk" "^1.2.3"
|
| 6941 |
+
glob-parent "^5.1.2"
|
| 6942 |
merge2 "^1.3.0"
|
| 6943 |
+
micromatch "^4.0.4"
|
|
|
|
| 6944 |
|
| 6945 |
fast-json-stable-stringify@^2.0.0:
|
| 6946 |
version "2.1.0"
|
| 6958 |
integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==
|
| 6959 |
|
| 6960 |
fastq@^1.10.0, fastq@^1.6.0:
|
| 6961 |
+
version "1.12.0"
|
| 6962 |
+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.12.0.tgz#ed7b6ab5d62393fb2cc591c853652a5c318bf794"
|
| 6963 |
+
integrity sha512-VNX0QkHK3RsXVKr9KrlUv/FoTa0NdbYoHHl7uXHv2rzyHSlxjdNAKug2twd9luJxpcyNeAgf5iPPMutJO67Dfg==
|
| 6964 |
dependencies:
|
| 6965 |
reusify "^1.0.4"
|
| 6966 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6967 |
fd@~0.0.2:
|
| 6968 |
version "0.0.3"
|
| 6969 |
resolved "https://registry.yarnpkg.com/fd/-/fd-0.0.3.tgz#b3240de86dbf5a345baae7382a07d4713566ff0c"
|
| 6970 |
integrity sha512-iAHrIslQb3U68OcMSP0kkNWabp7sSN6d2TBSb2JO3gcLJVDd4owr/hKM4SFJovFOUeeXeItjYgouEDTMWiVAnA==
|
| 6971 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6972 |
figures@^3.0.0:
|
| 6973 |
version "3.2.0"
|
| 6974 |
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
| 6991 |
loader-utils "^2.0.0"
|
| 6992 |
schema-utils "^3.0.0"
|
| 6993 |
|
| 6994 |
+
file-type@^16.0.0, file-type@^16.5.3:
|
| 6995 |
+
version "16.5.3"
|
| 6996 |
+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.3.tgz#474b7e88c74724046abb505e9b8ed4db30c4fc06"
|
| 6997 |
+
integrity sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6998 |
dependencies:
|
| 6999 |
readable-web-to-node-stream "^3.0.0"
|
| 7000 |
+
strtok3 "^6.2.4"
|
| 7001 |
+
token-types "^4.1.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7002 |
|
| 7003 |
file-type@^9.0.0:
|
| 7004 |
version "9.0.0"
|
| 7005 |
resolved "https://registry.yarnpkg.com/file-type/-/file-type-9.0.0.tgz#a68d5ad07f486414dfb2c8866f73161946714a18"
|
| 7006 |
integrity sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw==
|
| 7007 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7008 |
filename-reserved-regex@^2.0.0:
|
| 7009 |
version "2.0.0"
|
| 7010 |
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
|
| 7011 |
integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik=
|
| 7012 |
|
| 7013 |
+
filenamify@^4.3.0:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7014 |
version "4.3.0"
|
| 7015 |
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-4.3.0.tgz#62391cb58f02b09971c9d4f9d63b3cf9aba03106"
|
| 7016 |
integrity sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==
|
| 7060 |
unpipe "~1.0.0"
|
| 7061 |
|
| 7062 |
find-cache-dir@^3.3.1:
|
| 7063 |
+
version "3.3.2"
|
| 7064 |
+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
|
| 7065 |
+
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
|
| 7066 |
dependencies:
|
| 7067 |
commondir "^1.0.1"
|
| 7068 |
make-dir "^3.0.2"
|
| 7081 |
locate-path "^5.0.0"
|
| 7082 |
path-exists "^4.0.0"
|
| 7083 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7084 |
find-up@^2.0.0, find-up@^2.1.0:
|
| 7085 |
version "2.1.0"
|
| 7086 |
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
|
| 7095 |
dependencies:
|
| 7096 |
locate-path "^3.0.0"
|
| 7097 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7098 |
flat-cache@^3.0.4:
|
| 7099 |
version "3.0.4"
|
| 7100 |
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
|
| 7104 |
rimraf "^3.0.2"
|
| 7105 |
|
| 7106 |
flatted@^3.1.0:
|
| 7107 |
+
version "3.2.2"
|
| 7108 |
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
|
| 7109 |
+
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7110 |
|
| 7111 |
+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
|
| 7112 |
+
version "1.14.3"
|
| 7113 |
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
|
| 7114 |
+
integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==
|
|
|
|
|
|
|
| 7115 |
|
| 7116 |
for-in@^1.0.1, for-in@^1.0.2:
|
| 7117 |
version "1.0.2"
|
| 7254 |
jsonfile "^6.0.1"
|
| 7255 |
universalify "^2.0.0"
|
| 7256 |
|
| 7257 |
+
fs-minipass@^1.2.7:
|
| 7258 |
version "1.2.7"
|
| 7259 |
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
|
| 7260 |
integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
|
| 7278 |
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
| 7279 |
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
| 7280 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7281 |
fsevents@~2.3.2:
|
| 7282 |
version "2.3.2"
|
| 7283 |
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
| 7293 |
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
| 7294 |
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
| 7295 |
|
| 7296 |
+
gatsby-cli@^3.13.0:
|
| 7297 |
+
version "3.13.0"
|
| 7298 |
+
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-3.13.0.tgz#2d8f8d9686579e2f17c170584938fd63cd19c8da"
|
| 7299 |
+
integrity sha512-QTJZUY4wPwXLuK4aP3GCqBpklruV2hv/jtf65ED5zfeF2YnZlFvrJXt40n9o1ptc5XYe/FF6yFBxu1Lwbt9qtg==
|
| 7300 |
dependencies:
|
| 7301 |
"@babel/code-frame" "^7.14.0"
|
| 7302 |
"@types/common-tags" "^1.8.0"
|
| 7303 |
better-opn "^2.0.0"
|
| 7304 |
+
chalk "^4.1.2"
|
| 7305 |
clipboardy "^2.3.0"
|
| 7306 |
common-tags "^1.8.0"
|
| 7307 |
configstore "^5.0.1"
|
| 7308 |
convert-hrtime "^3.0.0"
|
| 7309 |
+
create-gatsby "^1.13.0"
|
| 7310 |
envinfo "^7.7.3"
|
| 7311 |
execa "^5.1.1"
|
| 7312 |
fs-exists-cached "^1.0.0"
|
| 7313 |
fs-extra "^8.1.0"
|
| 7314 |
+
gatsby-core-utils "^2.13.0"
|
| 7315 |
+
gatsby-recipes "^0.24.0"
|
| 7316 |
+
gatsby-telemetry "^2.13.0"
|
| 7317 |
hosted-git-info "^3.0.6"
|
| 7318 |
is-valid-path "^0.1.1"
|
| 7319 |
joi "^17.4.0"
|
| 7337 |
yoga-layout-prebuilt "^1.9.6"
|
| 7338 |
yurnalist "^2.1.0"
|
| 7339 |
|
| 7340 |
+
gatsby-core-utils@^2.13.0:
|
| 7341 |
+
version "2.13.0"
|
| 7342 |
+
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.13.0.tgz#8ba74904bdeb66d310325ca588d0ca7614efb351"
|
| 7343 |
+
integrity sha512-fkMAxiWFY8N26Iui/Wq8yfE2FY2b31bGJVtlIlSwLgfsoO7fpta64lxeivRtfpNLbAoywmWY/L8TC74GFlnuWg==
|
| 7344 |
dependencies:
|
| 7345 |
ci-info "2.0.0"
|
| 7346 |
configstore "^5.0.1"
|
| 7347 |
+
file-type "^16.5.3"
|
| 7348 |
fs-extra "^8.1.0"
|
| 7349 |
+
node-object-hash "^2.3.8"
|
| 7350 |
+
proper-lockfile "^4.1.2"
|
| 7351 |
tmp "^0.2.1"
|
| 7352 |
xdg-basedir "^4.0.0"
|
| 7353 |
|
| 7354 |
+
gatsby-graphiql-explorer@^1.13.0:
|
| 7355 |
+
version "1.13.0"
|
| 7356 |
+
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-1.13.0.tgz#13b01c22540f4e39a88578aabdab1cad6e4f8b8b"
|
| 7357 |
+
integrity sha512-0vsbFEMFZlYwaL7jLHf5t3DYNet2vEXXSdg3JGtr26mnefK0+PeZemIvCp8EBVun+DUZK6mpYw5hbWFjfCNbTQ==
|
| 7358 |
dependencies:
|
| 7359 |
+
"@babel/runtime" "^7.15.3"
|
| 7360 |
|
| 7361 |
+
gatsby-legacy-polyfills@^1.13.0:
|
| 7362 |
+
version "1.13.0"
|
| 7363 |
+
resolved "https://registry.yarnpkg.com/gatsby-legacy-polyfills/-/gatsby-legacy-polyfills-1.13.0.tgz#4d522a5d445d3e129eab54d95fcd6ed5fcaf0902"
|
| 7364 |
+
integrity sha512-DjSW8KgQ+DMzIc47XrOJvIaTe9xpwIV7NYjVNo7Sh3gP78Dij7i/snwhJyGdHY+dg+GeoIw/RUiwCVJIoR2Kfg==
|
| 7365 |
dependencies:
|
| 7366 |
core-js-compat "3.9.0"
|
| 7367 |
|
| 7368 |
+
gatsby-link@^3.13.0:
|
| 7369 |
+
version "3.13.0"
|
| 7370 |
+
resolved "https://registry.yarnpkg.com/gatsby-link/-/gatsby-link-3.13.0.tgz#ee1bb589c657ad0a4f729584e37e9a9ba861ffa2"
|
| 7371 |
+
integrity sha512-18KOZEOdsD3wgCozZeT1EWuXVv3ESwHefCkTFKyeL4hjTM9MaLSt64e4tD4EpfDwOaXfDeRM0qY6ABcM3pM8wA==
|
| 7372 |
dependencies:
|
| 7373 |
+
"@babel/runtime" "^7.14.8"
|
| 7374 |
+
"@types/reach__router" "^1.3.9"
|
| 7375 |
prop-types "^15.7.2"
|
| 7376 |
|
| 7377 |
+
gatsby-page-utils@^1.13.0:
|
| 7378 |
+
version "1.13.0"
|
| 7379 |
+
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-1.13.0.tgz#3a9100ad4c7f34ae91a0e2df8389f7cff900cc75"
|
| 7380 |
+
integrity sha512-IKWFP/JA7MrFjOeAVnHxg0bxxnCUIaT+Ip3E4xmBqUC3dDh8CjWJ0/5ice4Gad4njBNOvFrEfdGZSOPM0yVeLw==
|
| 7381 |
dependencies:
|
| 7382 |
+
"@babel/runtime" "^7.14.8"
|
| 7383 |
bluebird "^3.7.2"
|
| 7384 |
chokidar "^3.5.1"
|
| 7385 |
fs-exists-cached "^1.0.0"
|
| 7386 |
+
gatsby-core-utils "^2.13.0"
|
| 7387 |
+
glob "^7.1.7"
|
| 7388 |
lodash "^4.17.21"
|
| 7389 |
+
micromatch "^4.0.4"
|
| 7390 |
|
| 7391 |
+
gatsby-plugin-algolia@^0.22.1:
|
| 7392 |
+
version "0.22.1"
|
| 7393 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-algolia/-/gatsby-plugin-algolia-0.22.1.tgz#9e078c094e91c1104be7d877d6955bf4b61d908f"
|
| 7394 |
+
integrity sha512-V6q1krpXcCHPZtgPc0vTISl7uYfRAy3TZAh7upL+G49QbiuOcUqwRhYzjMFxYIp1yYBFYvRcDntycCY9Le3t/g==
|
| 7395 |
dependencies:
|
| 7396 |
algoliasearch "^4.9.1"
|
| 7397 |
deep-equal "^2.0.5"
|
| 7398 |
lodash.chunk "^4.2.0"
|
| 7399 |
|
| 7400 |
+
gatsby-plugin-catch-links@^3.13.0:
|
| 7401 |
+
version "3.13.0"
|
| 7402 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-catch-links/-/gatsby-plugin-catch-links-3.13.0.tgz#cf571293e74b1ec34ff01f9365a9029a095addb3"
|
| 7403 |
+
integrity sha512-IdxpkO6yLUHxFao4lSSDIbvD7UXYFxCBbVvl/PSOUcahMGWuVLudXgP5vrJfq95pbM3M7KjaX8NxuRyaz51OHg==
|
| 7404 |
dependencies:
|
| 7405 |
+
"@babel/runtime" "^7.14.8"
|
| 7406 |
escape-string-regexp "^1.0.5"
|
| 7407 |
|
| 7408 |
+
gatsby-plugin-disqus@^1.2.3:
|
| 7409 |
+
version "1.2.3"
|
| 7410 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-disqus/-/gatsby-plugin-disqus-1.2.3.tgz#c0ad7920860cf0f6f2d8ad256869b1d4591365ac"
|
| 7411 |
+
integrity sha512-HjsMCGPt1qI/oryCw1NJjFS6XQ99eQmsXjrxxRi295sjlpvvcnNXlB11O7v4BbjNu2euqCY6XzK/fBkYJjjgCQ==
|
| 7412 |
|
| 7413 |
gatsby-plugin-emotion@4.5.0:
|
| 7414 |
version "4.5.0"
|
| 7418 |
"@babel/runtime" "^7.12.5"
|
| 7419 |
"@emotion/babel-preset-css-prop" "^10.0.27"
|
| 7420 |
|
| 7421 |
+
gatsby-plugin-image@^1.13.0:
|
| 7422 |
+
version "1.13.0"
|
| 7423 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-image/-/gatsby-plugin-image-1.13.0.tgz#d4ed6a5ee1067e90a6225b48e5ab0653345e6edd"
|
| 7424 |
+
integrity sha512-ZJcModngwC+2r/mQRz03kWpEpeA4OfgJeyCKC3wBjx3dr8n5fpYRmhnX21U6Wh9QyjdVh0sHykmYEgs2vrPa1A==
|
| 7425 |
dependencies:
|
| 7426 |
"@babel/code-frame" "^7.14.0"
|
| 7427 |
+
"@babel/parser" "^7.14.9"
|
| 7428 |
+
"@babel/traverse" "^7.14.9"
|
| 7429 |
babel-jsx-utils "^1.1.0"
|
| 7430 |
+
babel-plugin-remove-graphql-queries "^3.13.0"
|
| 7431 |
camelcase "^5.3.1"
|
| 7432 |
chokidar "^3.5.1"
|
| 7433 |
common-tags "^1.8.0"
|
| 7434 |
fs-extra "^8.1.0"
|
| 7435 |
+
gatsby-core-utils "^2.13.0"
|
| 7436 |
objectFitPolyfill "^2.3.0"
|
| 7437 |
prop-types "^15.7.2"
|
| 7438 |
|
| 7455 |
email-validator "^2.0.4"
|
| 7456 |
jsonp "^0.2.1"
|
| 7457 |
|
| 7458 |
+
gatsby-plugin-manifest@^3.13.0:
|
| 7459 |
+
version "3.13.0"
|
| 7460 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-3.13.0.tgz#ad7c207239a8295ae0dffaee9e4a13b7845b7987"
|
| 7461 |
+
integrity sha512-izBaVUUnOId7IlX7nDjgnFqxx2insGbm4r+CwlmyjF5slETdvxifERPX8ng+WAscbh3qvJ/vlgLlbbjjfvJe9w==
|
| 7462 |
dependencies:
|
| 7463 |
+
"@babel/runtime" "^7.14.8"
|
| 7464 |
+
gatsby-core-utils "^2.13.0"
|
| 7465 |
+
gatsby-plugin-utils "^1.13.0"
|
| 7466 |
semver "^7.3.5"
|
| 7467 |
+
sharp "^0.29.0"
|
| 7468 |
|
| 7469 |
+
gatsby-plugin-mdx@^2.13.0:
|
| 7470 |
+
version "2.13.0"
|
| 7471 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.13.0.tgz#5a5a3f386238ce2a810cce65bf11c30174836590"
|
| 7472 |
+
integrity sha512-kCG7UIhoNZ57K9ZgnUOqsIh2RNN9aj8KnBaQ4NYjG5cJzKWbp1aKhXxoqHCl9SKSIDqTsvN9CaVyJv3RkeWJsQ==
|
| 7473 |
dependencies:
|
| 7474 |
+
"@babel/core" "^7.14.8"
|
| 7475 |
+
"@babel/generator" "^7.14.9"
|
| 7476 |
"@babel/helper-plugin-utils" "^7.14.0"
|
| 7477 |
"@babel/plugin-proposal-object-rest-spread" "^7.14.7"
|
| 7478 |
+
"@babel/preset-env" "^7.14.9"
|
| 7479 |
"@babel/preset-react" "^7.14.0"
|
| 7480 |
+
"@babel/types" "^7.14.9"
|
| 7481 |
camelcase-css "^2.0.1"
|
| 7482 |
change-case "^3.1.0"
|
| 7483 |
core-js "^3.6.5"
|
| 7486 |
escape-string-regexp "^1.0.5"
|
| 7487 |
eval "^0.1.4"
|
| 7488 |
fs-extra "^8.1.0"
|
| 7489 |
+
gatsby-core-utils "^2.13.0"
|
| 7490 |
gray-matter "^4.0.2"
|
| 7491 |
json5 "^2.1.3"
|
| 7492 |
loader-utils "^1.4.0"
|
| 7508 |
unist-util-remove "^1.0.3"
|
| 7509 |
unist-util-visit "^1.4.1"
|
| 7510 |
|
| 7511 |
+
gatsby-plugin-netlify@^3.13.0:
|
| 7512 |
+
version "3.13.0"
|
| 7513 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-netlify/-/gatsby-plugin-netlify-3.13.0.tgz#fe34a174537faf757d005a14321a7d7d297ee3c2"
|
| 7514 |
+
integrity sha512-0ppaTwl+5UK4NitQdjigffUuJYZYTs5sT3TX7NJwyiTn7hm+/8hJ9lcd3UeYUcjrttp6vaUC8IyUiQ4wGhTEyw==
|
| 7515 |
dependencies:
|
| 7516 |
+
"@babel/runtime" "^7.14.8"
|
| 7517 |
fs-extra "^8.1.0"
|
| 7518 |
+
gatsby-core-utils "^2.13.0"
|
| 7519 |
kebab-hash "^0.1.2"
|
| 7520 |
lodash "^4.17.21"
|
| 7521 |
+
webpack-assets-manifest "^5.0.6"
|
| 7522 |
|
| 7523 |
+
gatsby-plugin-page-creator@^3.13.0:
|
| 7524 |
+
version "3.13.0"
|
| 7525 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-3.13.0.tgz#1f9b6627cbcc54eb01a54d61408c1eae8c385ead"
|
| 7526 |
+
integrity sha512-4uoMCMw7+zLuEIs0jIIaatjjPnWIOWOmKEaxOhryhQiV+nxci1HSuLqs9/msxvCtFob1QQJQH61bxidLXBWSXw==
|
| 7527 |
dependencies:
|
| 7528 |
+
"@babel/traverse" "^7.14.9"
|
| 7529 |
"@sindresorhus/slugify" "^1.1.2"
|
| 7530 |
chokidar "^3.5.1"
|
| 7531 |
fs-exists-cached "^1.0.0"
|
| 7532 |
+
gatsby-core-utils "^2.13.0"
|
| 7533 |
+
gatsby-page-utils "^1.13.0"
|
| 7534 |
+
gatsby-telemetry "^2.13.0"
|
| 7535 |
+
globby "^11.0.4"
|
| 7536 |
lodash "^4.17.21"
|
| 7537 |
|
| 7538 |
+
gatsby-plugin-preconnect@1.2.1:
|
| 7539 |
+
version "1.2.1"
|
| 7540 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-preconnect/-/gatsby-plugin-preconnect-1.2.1.tgz#d12aacad7bf91c4024af84c52c3be0783217da54"
|
| 7541 |
+
integrity sha512-8gEjLdaa3kOFEOvY23YcdKW8PGAu2SHffJkG1tCiTkkTR5r6oGawqfbvRI48H4UHZdR1vgOv0iPkB7OSRG2hZg==
|
| 7542 |
dependencies:
|
| 7543 |
"@babel/runtime" "^7.4.3"
|
| 7544 |
|
| 7545 |
+
gatsby-plugin-react-helmet@^4.13.0:
|
| 7546 |
+
version "4.13.0"
|
| 7547 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.13.0.tgz#58f50bc9afb0f04a0726453c0827a59d7a159c7a"
|
| 7548 |
+
integrity sha512-GwIqbhFtPDryftM6NEWdjgWNDpWhyifgshDxtIh8PMSEIs7VMg2tgLQf8W8EpSP7yXu3aKDm/pxFXRlPZPk9cA==
|
| 7549 |
dependencies:
|
| 7550 |
+
"@babel/runtime" "^7.14.8"
|
| 7551 |
|
| 7552 |
+
gatsby-plugin-sharp@^3.13.0:
|
| 7553 |
+
version "3.13.0"
|
| 7554 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-3.13.0.tgz#170bf75e15ff598b64dc893667cada8afe6ad020"
|
| 7555 |
+
integrity sha512-3ifLeUrTUqyaNh4QY6CvKVeggL6GYlcxCjx/JO0R+We1iT6ogKSssQno0cltHnmwsfki+DH2lyV9l7uCNvBVIQ==
|
| 7556 |
dependencies:
|
| 7557 |
+
"@babel/runtime" "^7.14.8"
|
| 7558 |
async "^3.2.0"
|
| 7559 |
bluebird "^3.7.2"
|
| 7560 |
+
filenamify "^4.3.0"
|
| 7561 |
fs-extra "^9.1.0"
|
| 7562 |
+
gatsby-core-utils "^2.13.0"
|
| 7563 |
+
gatsby-plugin-utils "^1.13.0"
|
| 7564 |
+
gatsby-telemetry "^2.13.0"
|
| 7565 |
got "^10.7.0"
|
|
|
|
|
|
|
|
|
|
| 7566 |
lodash "^4.17.21"
|
| 7567 |
+
mini-svg-data-uri "^1.3.3"
|
| 7568 |
potrace "^2.1.8"
|
| 7569 |
probe-image-size "^6.0.0"
|
| 7570 |
progress "^2.0.3"
|
| 7571 |
semver "^7.3.4"
|
| 7572 |
+
sharp "^0.29.0"
|
| 7573 |
svgo "1.3.2"
|
| 7574 |
uuid "3.4.0"
|
| 7575 |
|
| 7580 |
dependencies:
|
| 7581 |
smoothscroll-polyfill "^0.4.4"
|
| 7582 |
|
| 7583 |
+
gatsby-plugin-typescript@^3.13.0:
|
| 7584 |
+
version "3.13.0"
|
| 7585 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-3.13.0.tgz#8973d948c5327b8be7062b03ae97b261b775500e"
|
| 7586 |
+
integrity sha512-qYE5ZdpV8XdbEXRjkpD7aiDwDRVnhdYzBSrTDUmjfTrwUK+QmZ7BxDQjic+hA5fjTMDMgLR+dYmvwotkqp8hxA==
|
| 7587 |
dependencies:
|
| 7588 |
+
"@babel/core" "^7.14.8"
|
| 7589 |
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
|
| 7590 |
"@babel/plugin-proposal-numeric-separator" "^7.14.5"
|
| 7591 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 7592 |
"@babel/preset-typescript" "^7.14.0"
|
| 7593 |
+
"@babel/runtime" "^7.14.8"
|
| 7594 |
+
babel-plugin-remove-graphql-queries "^3.13.0"
|
| 7595 |
|
| 7596 |
+
gatsby-plugin-utils@^1.13.0:
|
| 7597 |
+
version "1.13.0"
|
| 7598 |
+
resolved "https://registry.yarnpkg.com/gatsby-plugin-utils/-/gatsby-plugin-utils-1.13.0.tgz#8280541debaa4048c6f3830a124cef13c091695d"
|
| 7599 |
+
integrity sha512-Qen1qBe4qOm32856V7lCoPH3XxRhcVej36LxPElWWknLmLcmLY2sBnzXgx2gSMaOcepAw3jtoqgaSuVLFeYA6Q==
|
| 7600 |
dependencies:
|
| 7601 |
joi "^17.2.1"
|
| 7602 |
|
| 7608 |
babel-runtime "^6.26.0"
|
| 7609 |
webfontloader "^1.6.28"
|
| 7610 |
|
| 7611 |
+
gatsby-react-router-scroll@^4.13.0:
|
| 7612 |
+
version "4.13.0"
|
| 7613 |
+
resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-4.13.0.tgz#b50bdb28abb1b0ccccc34a7d6d7bed29f4b899c8"
|
| 7614 |
+
integrity sha512-SfvZ8fWxVPrX5jXo6HyhC33i/rT9L/naCzjUAawp4dunTuSJV1ZJquFJXqPIvUMiXNz/OgRoCzxHzq3zHIevEg==
|
| 7615 |
dependencies:
|
| 7616 |
+
"@babel/runtime" "^7.14.8"
|
| 7617 |
|
| 7618 |
+
gatsby-recipes@^0.24.0:
|
| 7619 |
+
version "0.24.0"
|
| 7620 |
+
resolved "https://registry.yarnpkg.com/gatsby-recipes/-/gatsby-recipes-0.24.0.tgz#72ca6154dfc61ba39fd2b70c969976ca27e3271d"
|
| 7621 |
+
integrity sha512-azDY4tnOCy5/CK+Kv53CBIgzmEroAGe/mLaiW2PuizTQIdhoY3lg63ZXK6kPQHAq1F4qAYHGkBM4ECgSfaq5HA==
|
| 7622 |
dependencies:
|
| 7623 |
+
"@babel/core" "^7.14.8"
|
| 7624 |
+
"@babel/generator" "^7.14.9"
|
| 7625 |
"@babel/helper-plugin-utils" "^7.14.0"
|
| 7626 |
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
|
| 7627 |
+
"@babel/plugin-transform-react-jsx" "^7.14.9"
|
| 7628 |
+
"@babel/standalone" "^7.14.9"
|
| 7629 |
"@babel/template" "^7.14.0"
|
| 7630 |
+
"@babel/types" "^7.14.9"
|
| 7631 |
"@graphql-tools/schema" "^7.0.0"
|
| 7632 |
"@graphql-tools/utils" "^7.0.2"
|
| 7633 |
"@hapi/hoek" "8.x.x"
|
| 7643 |
express "^4.17.1"
|
| 7644 |
express-graphql "^0.12.0"
|
| 7645 |
fs-extra "^8.1.0"
|
| 7646 |
+
gatsby-core-utils "^2.13.0"
|
| 7647 |
+
gatsby-telemetry "^2.13.0"
|
| 7648 |
glob "^7.1.6"
|
| 7649 |
graphql "^15.4.0"
|
| 7650 |
graphql-compose "~7.25.0"
|
| 7679 |
xstate "^4.9.1"
|
| 7680 |
yoga-layout-prebuilt "^1.9.6"
|
| 7681 |
|
| 7682 |
+
gatsby-remark-copy-linked-files@^4.10.0:
|
| 7683 |
+
version "4.10.0"
|
| 7684 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.10.0.tgz#a5bc6df9b092d8a14f74f0d88098f63f97828e51"
|
| 7685 |
+
integrity sha512-NaMMExnjnebrRty9poDXu57cdxU13GMoR2OAASriFzw9xJuvqJug+kyUdBxuZ71AQ+LOnyXNJjFGXiz4RVwCQQ==
|
| 7686 |
dependencies:
|
| 7687 |
+
"@babel/runtime" "^7.14.8"
|
| 7688 |
+
cheerio "^1.0.0-rc.10"
|
| 7689 |
fs-extra "^8.1.0"
|
| 7690 |
is-relative-url "^3.0.0"
|
| 7691 |
lodash "^4.17.21"
|
| 7702 |
remark-burger "^1.0.1"
|
| 7703 |
unist-util-visit "^2.0.3"
|
| 7704 |
|
| 7705 |
+
gatsby-remark-images@^5.10.0:
|
| 7706 |
+
version "5.10.0"
|
| 7707 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-5.10.0.tgz#5035ef456d4276832734f3d09b5b0b0f2c080f47"
|
| 7708 |
+
integrity sha512-p5mQ1R6tEeRqYEnyhVLwNe626tIjvijkb4N/LHwRIX+sC3c1WISZrHmGj7IedCV3z5Gezmgs1ST6mQAdATwzwA==
|
| 7709 |
dependencies:
|
| 7710 |
+
"@babel/runtime" "^7.14.8"
|
| 7711 |
+
chalk "^4.1.2"
|
| 7712 |
+
cheerio "^1.0.0-rc.10"
|
| 7713 |
+
gatsby-core-utils "^2.13.0"
|
| 7714 |
is-relative-url "^3.0.0"
|
| 7715 |
lodash "^4.17.21"
|
| 7716 |
mdast-util-definitions "^4.0.0"
|
| 7719 |
unist-util-select "^3.0.4"
|
| 7720 |
unist-util-visit-parents "^3.1.1"
|
| 7721 |
|
| 7722 |
+
gatsby-remark-responsive-iframe@^4.10.0:
|
| 7723 |
+
version "4.10.0"
|
| 7724 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-responsive-iframe/-/gatsby-remark-responsive-iframe-4.10.0.tgz#f6ed029b867834132cf6eebbf7029c93ca089641"
|
| 7725 |
+
integrity sha512-Z8VD88n2U+G9hNXkP+fJu9rd778bHEN0UfPjamtEaNQ01jrO9BxJW/J7bJd/9fJXuANRKJd0qQn1Y9RMZJDQ3A==
|
| 7726 |
dependencies:
|
| 7727 |
+
"@babel/runtime" "^7.14.8"
|
| 7728 |
+
cheerio "^1.0.0-rc.10"
|
| 7729 |
common-tags "^1.8.0"
|
| 7730 |
lodash "^4.17.21"
|
| 7731 |
unist-util-visit "^2.0.3"
|
| 7732 |
|
| 7733 |
+
gatsby-remark-smartypants@^4.10.0:
|
| 7734 |
+
version "4.10.0"
|
| 7735 |
+
resolved "https://registry.yarnpkg.com/gatsby-remark-smartypants/-/gatsby-remark-smartypants-4.10.0.tgz#c74c703166ab5a8f688c650b70ccaca54c1b748c"
|
| 7736 |
+
integrity sha512-RglCG5oaGrLksmBXaX3ORAU4aMPPCww5yGJE4WWNh2wMFjFySQ6D6PR1VdLiWA7gIWFjRqR3DXWkNOOi1I7Sbw==
|
| 7737 |
dependencies:
|
| 7738 |
+
"@babel/runtime" "^7.14.8"
|
| 7739 |
retext "^7.0.1"
|
| 7740 |
retext-smartypants "^4.0.0"
|
| 7741 |
unist-util-visit "^2.0.3"
|
| 7742 |
|
| 7743 |
+
gatsby-source-filesystem@^3.13.0:
|
| 7744 |
+
version "3.13.0"
|
| 7745 |
+
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.13.0.tgz#0c1ec7a02c692d36ab93e033661da1aa52cb6711"
|
| 7746 |
+
integrity sha512-SR0OFKunE4OtsZ0E7kpX6kipQcbrw3jTfROuhqD6EJPM5hkTxeEI/6I2r/bUo4ZS1rpwrEYd3UF89Q0YdAhLqQ==
|
| 7747 |
dependencies:
|
| 7748 |
+
"@babel/runtime" "^7.14.8"
|
| 7749 |
better-queue "^3.8.10"
|
| 7750 |
chokidar "^3.4.3"
|
| 7751 |
file-type "^16.0.0"
|
| 7752 |
fs-extra "^8.1.0"
|
| 7753 |
+
gatsby-core-utils "^2.13.0"
|
| 7754 |
got "^9.6.0"
|
| 7755 |
md5-file "^5.0.0"
|
| 7756 |
+
mime "^2.5.2"
|
| 7757 |
pretty-bytes "^5.4.1"
|
| 7758 |
progress "^2.0.3"
|
| 7759 |
valid-url "^1.0.9"
|
| 7760 |
xstate "^4.14.0"
|
| 7761 |
|
| 7762 |
+
gatsby-telemetry@^2.13.0:
|
| 7763 |
+
version "2.13.0"
|
| 7764 |
+
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-2.13.0.tgz#fbee1611e620fccb6d40f1aee94388b92814095e"
|
| 7765 |
+
integrity sha512-PN9kKbZd0i2QkoVvHyCa3VjuRVIvBwjXTyZHwL+se5yrbYufZQXoyMiMMXFV48FvxMgE53ON1U2vtzeRvE8U2w==
|
| 7766 |
dependencies:
|
| 7767 |
"@babel/code-frame" "^7.14.0"
|
| 7768 |
+
"@babel/runtime" "^7.14.8"
|
| 7769 |
"@turist/fetch" "^7.1.7"
|
| 7770 |
+
"@turist/time" "^0.0.2"
|
| 7771 |
async-retry-ng "^2.0.1"
|
| 7772 |
boxen "^4.2.0"
|
| 7773 |
configstore "^5.0.1"
|
| 7774 |
fs-extra "^8.1.0"
|
| 7775 |
+
gatsby-core-utils "^2.13.0"
|
| 7776 |
+
git-up "^4.0.5"
|
| 7777 |
+
is-docker "^2.2.1"
|
| 7778 |
lodash "^4.17.21"
|
| 7779 |
node-fetch "^2.6.1"
|
| 7780 |
uuid "3.4.0"
|
| 7781 |
|
| 7782 |
+
gatsby-transformer-json@^3.13.0:
|
| 7783 |
+
version "3.13.0"
|
| 7784 |
+
resolved "https://registry.yarnpkg.com/gatsby-transformer-json/-/gatsby-transformer-json-3.13.0.tgz#022625af17cd4f424fa021431325b72841691068"
|
| 7785 |
+
integrity sha512-yfZoMq83nzaxyRTsOSeSlTTKMmK8CffpjA4XTACScc3acpTOMV9dTuDlBV81Yttw6wkrxf53b6CCWYzGPnpLew==
|
| 7786 |
dependencies:
|
| 7787 |
+
"@babel/runtime" "^7.14.8"
|
| 7788 |
bluebird "^3.7.2"
|
| 7789 |
|
| 7790 |
+
gatsby-transformer-sharp@^3.13.0:
|
| 7791 |
+
version "3.13.0"
|
| 7792 |
+
resolved "https://registry.yarnpkg.com/gatsby-transformer-sharp/-/gatsby-transformer-sharp-3.13.0.tgz#bc958f809f9ef6c5afd70bc91958b940f2b2fba0"
|
| 7793 |
+
integrity sha512-h98RamqeT+vwPkcacByH1+5mwXhq0zjalt8sOtdOO7YmyluwzmARAUs55S2f9RldlfeG7zeLH1/ehAaxjRCi+Q==
|
| 7794 |
dependencies:
|
| 7795 |
+
"@babel/runtime" "^7.14.8"
|
| 7796 |
bluebird "^3.7.2"
|
| 7797 |
common-tags "^1.8.0"
|
| 7798 |
fs-extra "^9.1.0"
|
| 7799 |
potrace "^2.1.8"
|
| 7800 |
probe-image-size "^6.0.0"
|
| 7801 |
+
semver "^7.3.5"
|
| 7802 |
+
sharp "^0.29.0"
|
| 7803 |
|
| 7804 |
+
gatsby-worker@^0.4.0:
|
| 7805 |
+
version "0.4.0"
|
| 7806 |
+
resolved "https://registry.yarnpkg.com/gatsby-worker/-/gatsby-worker-0.4.0.tgz#db73da0e224448575b13da2f4ee7a2cc35e874d7"
|
| 7807 |
+
integrity sha512-yVp4R7UvzTTi+zyzknJK21qMfgBou9+O03zM4zwA+8GN/ibYOHalIMJCbnJWkPPL4MArIy0/NIlwi0JNPkmaow==
|
| 7808 |
dependencies:
|
| 7809 |
+
"@babel/core" "^7.14.8"
|
| 7810 |
|
| 7811 |
+
gatsby@^3.13.0:
|
| 7812 |
+
version "3.13.0"
|
| 7813 |
+
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-3.13.0.tgz#3314b191fa9cb02470a59d54c0dda58e087e1a9a"
|
| 7814 |
+
integrity sha512-nZOQkV6CF8ixtkbr+VNeiD2ISwuSkRLafeK+x/1btPB/l+b/w8ar0XrJGIWNX4DHr2Pohf3wy166IPfEkNqNTA==
|
| 7815 |
dependencies:
|
| 7816 |
"@babel/code-frame" "^7.14.0"
|
| 7817 |
+
"@babel/core" "^7.14.8"
|
| 7818 |
+
"@babel/eslint-parser" "^7.14.9"
|
| 7819 |
+
"@babel/parser" "^7.14.9"
|
| 7820 |
+
"@babel/runtime" "^7.14.8"
|
| 7821 |
+
"@babel/traverse" "^7.14.9"
|
| 7822 |
+
"@babel/types" "^7.14.9"
|
| 7823 |
"@gatsbyjs/reach-router" "^1.3.6"
|
| 7824 |
"@gatsbyjs/webpack-hot-middleware" "^2.25.2"
|
| 7825 |
"@nodelib/fs.walk" "^1.2.4"
|
| 7826 |
"@pmmmwh/react-refresh-webpack-plugin" "^0.4.3"
|
| 7827 |
"@types/http-proxy" "^1.17.4"
|
| 7828 |
+
"@typescript-eslint/eslint-plugin" "^4.29.3"
|
| 7829 |
+
"@typescript-eslint/parser" "^4.29.3"
|
| 7830 |
address "1.1.2"
|
| 7831 |
anser "^2.0.1"
|
| 7832 |
autoprefixer "^10.2.4"
|
| 7835 |
babel-plugin-add-module-exports "^1.0.4"
|
| 7836 |
babel-plugin-dynamic-import-node "^2.3.3"
|
| 7837 |
babel-plugin-lodash "^3.3.4"
|
| 7838 |
+
babel-plugin-remove-graphql-queries "^3.13.0"
|
| 7839 |
+
babel-preset-gatsby "^1.13.0"
|
| 7840 |
better-opn "^2.0.0"
|
| 7841 |
bluebird "^3.7.2"
|
| 7842 |
body-parser "^1.19.0"
|
| 7843 |
browserslist "^4.12.2"
|
| 7844 |
cache-manager "^2.11.1"
|
| 7845 |
+
chalk "^4.1.2"
|
| 7846 |
chokidar "^3.4.2"
|
| 7847 |
common-tags "^1.8.0"
|
| 7848 |
compression "^1.7.4"
|
| 7849 |
cookie "^0.4.1"
|
|
|
|
| 7850 |
core-js "^3.9.0"
|
| 7851 |
cors "^2.8.5"
|
| 7852 |
css-loader "^5.0.1"
|
| 7858 |
detect-port "^1.3.0"
|
| 7859 |
devcert "^1.1.3"
|
| 7860 |
dotenv "^8.2.0"
|
| 7861 |
+
eslint "^7.32.0"
|
| 7862 |
eslint-config-react-app "^6.0.0"
|
| 7863 |
+
eslint-plugin-flowtype "^5.8.2"
|
| 7864 |
eslint-plugin-graphql "^4.0.0"
|
| 7865 |
+
eslint-plugin-import "^2.23.4"
|
| 7866 |
eslint-plugin-jsx-a11y "^6.4.1"
|
| 7867 |
+
eslint-plugin-react "^7.24.0"
|
| 7868 |
eslint-plugin-react-hooks "^4.2.0"
|
| 7869 |
+
eslint-webpack-plugin "^2.5.4"
|
| 7870 |
event-source-polyfill "^1.0.15"
|
| 7871 |
execa "^5.1.1"
|
| 7872 |
express "^4.17.1"
|
| 7877 |
find-cache-dir "^3.3.1"
|
| 7878 |
fs-exists-cached "1.0.0"
|
| 7879 |
fs-extra "^8.1.0"
|
| 7880 |
+
gatsby-cli "^3.13.0"
|
| 7881 |
+
gatsby-core-utils "^2.13.0"
|
| 7882 |
+
gatsby-graphiql-explorer "^1.13.0"
|
| 7883 |
+
gatsby-legacy-polyfills "^1.13.0"
|
| 7884 |
+
gatsby-link "^3.13.0"
|
| 7885 |
+
gatsby-plugin-page-creator "^3.13.0"
|
| 7886 |
+
gatsby-plugin-typescript "^3.13.0"
|
| 7887 |
+
gatsby-plugin-utils "^1.13.0"
|
| 7888 |
+
gatsby-react-router-scroll "^4.13.0"
|
| 7889 |
+
gatsby-telemetry "^2.13.0"
|
| 7890 |
+
gatsby-worker "^0.4.0"
|
| 7891 |
glob "^7.1.6"
|
| 7892 |
got "8.3.2"
|
| 7893 |
graphql "^15.4.0"
|
| 7900 |
is-relative-url "^3.0.0"
|
| 7901 |
joi "^17.2.1"
|
| 7902 |
json-loader "^0.5.7"
|
|
|
|
| 7903 |
latest-version "5.1.0"
|
| 7904 |
lodash "^4.17.21"
|
| 7905 |
md5-file "^5.0.0"
|
| 7907 |
memoizee "^0.4.15"
|
| 7908 |
micromatch "^4.0.2"
|
| 7909 |
mime "^2.4.6"
|
| 7910 |
+
mini-css-extract-plugin "1.6.2"
|
| 7911 |
mitt "^1.2.0"
|
|
|
|
| 7912 |
moment "^2.27.0"
|
| 7913 |
multer "^1.4.2"
|
|
|
|
| 7914 |
normalize-path "^3.0.0"
|
| 7915 |
null-loader "^4.0.1"
|
| 7916 |
opentracing "^0.14.4"
|
| 7919 |
path-to-regexp "0.1.7"
|
| 7920 |
physical-cpu-count "^2.0.0"
|
| 7921 |
platform "^1.3.6"
|
|
|
|
| 7922 |
postcss "^8.3.5"
|
| 7923 |
postcss-flexbugs-fixes "^5.0.2"
|
| 7924 |
postcss-loader "^5.0.0"
|
| 7949 |
"true-case-path" "^2.2.1"
|
| 7950 |
type-of "^2.0.1"
|
| 7951 |
url-loader "^4.1.1"
|
|
|
|
| 7952 |
uuid "3.4.0"
|
| 7953 |
v8-compile-cache "^2.2.0"
|
| 7954 |
webpack "^5.35.0"
|
| 7955 |
webpack-dev-middleware "^4.1.0"
|
|
|
|
| 7956 |
webpack-merge "^5.7.3"
|
| 7957 |
webpack-stats-plugin "^1.0.3"
|
| 7958 |
webpack-virtual-modules "^0.3.2"
|
| 7992 |
has "^1.0.3"
|
| 7993 |
has-symbols "^1.0.1"
|
| 7994 |
|
| 7995 |
+
get-pkg-repo@^4.0.0:
|
| 7996 |
+
version "4.2.0"
|
| 7997 |
+
resolved "https://registry.yarnpkg.com/get-pkg-repo/-/get-pkg-repo-4.2.0.tgz#a585cffc33ba5dde2cdcf68cdea1d96ead9ae0e8"
|
| 7998 |
+
integrity sha512-eiSexNxIsij+l+IZzkqT52t4Lh+0ChN9l6Z3oennXLQT8OaJNvp9ecoXpmZ220lPYMwwM1KDal4w4ZA+smVLHA==
|
| 7999 |
dependencies:
|
| 8000 |
+
"@hutson/parse-repository-url" "^3.0.0"
|
| 8001 |
+
hosted-git-info "^4.0.0"
|
|
|
|
|
|
|
| 8002 |
through2 "^2.0.0"
|
| 8003 |
+
yargs "^17.0.1"
|
| 8004 |
|
| 8005 |
get-port@^3.2.0:
|
| 8006 |
version "3.2.0"
|
| 8012 |
resolved "https://registry.yarnpkg.com/get-port/-/get-port-5.1.1.tgz#0469ed07563479de6efb986baf053dcd7d4e3193"
|
| 8013 |
integrity sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==
|
| 8014 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8015 |
get-stdin@^4.0.1:
|
| 8016 |
version "4.0.1"
|
| 8017 |
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
|
| 8022 |
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
|
| 8023 |
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
|
| 8024 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8025 |
get-stream@^4.0.0, get-stream@^4.1.0:
|
| 8026 |
version "4.1.0"
|
| 8027 |
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
|
| 8054 |
isobject "^3.0.1"
|
| 8055 |
|
| 8056 |
get-video-id@^3.1.9:
|
| 8057 |
+
version "3.4.1"
|
| 8058 |
+
resolved "https://registry.yarnpkg.com/get-video-id/-/get-video-id-3.4.1.tgz#ea4e03288e4be6f89fac7516f23717c558203bc8"
|
| 8059 |
+
integrity sha512-2MkfbzofPQ7YsW0mrShmGEvnGrNzjXzAwJEePYwoi1dDqTpghHDMq5+T61Stmez8X4I+I8phT+unuttw/AB36w==
|
|
|
|
|
|
|
| 8060 |
|
| 8061 |
getpass@^0.1.1:
|
| 8062 |
version "0.1.7"
|
| 8100 |
meow "^8.0.0"
|
| 8101 |
semver "^6.0.0"
|
| 8102 |
|
| 8103 |
+
git-up@^4.0.0, git-up@^4.0.5:
|
| 8104 |
+
version "4.0.5"
|
| 8105 |
+
resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.5.tgz#e7bb70981a37ea2fb8fe049669800a1f9a01d759"
|
| 8106 |
+
integrity sha512-YUvVDg/vX3d0syBsk/CKUTib0srcQME0JyHkL5BaYdwLsiCslPWmDSi8PUMo9pXYjrryMcmsCoCgsTpSCJEQaA==
|
| 8107 |
dependencies:
|
| 8108 |
is-ssh "^1.3.0"
|
| 8109 |
+
parse-url "^6.0.0"
|
| 8110 |
|
| 8111 |
git-url-parse@^11.4.4:
|
| 8112 |
+
version "11.6.0"
|
| 8113 |
+
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.6.0.tgz#c634b8de7faa66498a2b88932df31702c67df605"
|
| 8114 |
+
integrity sha512-WWUxvJs5HsyHL6L08wOusa/IXYtMuCAhrMmnTjQPpBU0TTHyDhnOATNH3xNQz7YOQUsqIIPTGr4xiVti1Hsk5g==
|
| 8115 |
dependencies:
|
| 8116 |
git-up "^4.0.0"
|
| 8117 |
|
| 8128 |
integrity sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=
|
| 8129 |
|
| 8130 |
github-slugger@^1.0.0, github-slugger@^1.2.1:
|
| 8131 |
+
version "1.4.0"
|
| 8132 |
+
resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e"
|
| 8133 |
+
integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8134 |
|
| 8135 |
+
glob-parent@^5.1.1, glob-parent@^5.1.2, glob-parent@~5.1.2:
|
| 8136 |
version "5.1.2"
|
| 8137 |
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
| 8138 |
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
| 8144 |
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
|
| 8145 |
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
|
| 8146 |
|
| 8147 |
+
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
|
| 8148 |
version "7.1.7"
|
| 8149 |
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
| 8150 |
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
| 8193 |
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
| 8194 |
|
| 8195 |
globals@^13.6.0, globals@^13.9.0:
|
| 8196 |
+
version "13.11.0"
|
| 8197 |
+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.11.0.tgz#40ef678da117fe7bd2e28f1fab24951bd0255be7"
|
| 8198 |
+
integrity sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==
|
| 8199 |
dependencies:
|
| 8200 |
type-fest "^0.20.2"
|
| 8201 |
|
| 8223 |
merge2 "^1.3.0"
|
| 8224 |
slash "^3.0.0"
|
| 8225 |
|
| 8226 |
+
globby@^10.0.1:
|
| 8227 |
version "10.0.2"
|
| 8228 |
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
|
| 8229 |
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
|
| 8237 |
merge2 "^1.2.3"
|
| 8238 |
slash "^3.0.0"
|
| 8239 |
|
| 8240 |
+
globby@^11.0.2, globby@^11.0.3, globby@^11.0.4:
|
| 8241 |
version "11.0.4"
|
| 8242 |
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
|
| 8243 |
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
|
| 8249 |
merge2 "^1.3.0"
|
| 8250 |
slash "^3.0.0"
|
| 8251 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8252 |
google-map-react@^2.1.10:
|
| 8253 |
version "2.1.10"
|
| 8254 |
resolved "https://registry.yarnpkg.com/google-map-react/-/google-map-react-2.1.10.tgz#16b5b699f257d6008dc9333d0bbbf1ab5b31fa42"
|
| 8259 |
eventemitter3 "^4.0.4"
|
| 8260 |
prop-types "^15.7.2"
|
| 8261 |
|
| 8262 |
+
got@8.3.2:
|
| 8263 |
version "8.3.2"
|
| 8264 |
resolved "https://registry.yarnpkg.com/got/-/got-8.3.2.tgz#1d23f64390e97f776cac52e5b936e5f514d2e937"
|
| 8265 |
integrity sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==
|
| 8303 |
to-readable-stream "^2.0.0"
|
| 8304 |
type-fest "^0.10.0"
|
| 8305 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8306 |
got@^9.6.0:
|
| 8307 |
version "9.6.0"
|
| 8308 |
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
|
| 8320 |
to-readable-stream "^1.0.0"
|
| 8321 |
url-parse-lax "^3.0.0"
|
| 8322 |
|
| 8323 |
+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3, graceful-fs@^4.2.4:
|
| 8324 |
+
version "4.2.8"
|
| 8325 |
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
|
| 8326 |
+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
|
| 8327 |
|
| 8328 |
graphql-compose@~7.25.0:
|
| 8329 |
version "7.25.1"
|
| 8334 |
object-path "0.11.5"
|
| 8335 |
|
| 8336 |
graphql-config@^3.0.2:
|
| 8337 |
+
version "3.4.1"
|
| 8338 |
+
resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-3.4.1.tgz#59f937a1b4d3a3c2dcdb27ddf5b4d4d4b2c6e9e1"
|
| 8339 |
+
integrity sha512-g9WyK4JZl1Ko++FSyE5Ir2g66njfxGzrDDhBOwnkoWf/t3TnnZG6BBkWP+pkqVJ5pqMJGPKHNrbew8jRxStjhw==
|
| 8340 |
dependencies:
|
| 8341 |
"@endemolshinegroup/cosmiconfig-typescript-loader" "3.0.2"
|
| 8342 |
"@graphql-tools/graphql-file-loader" "^6.0.0"
|
| 8343 |
"@graphql-tools/json-file-loader" "^6.0.0"
|
| 8344 |
"@graphql-tools/load" "^6.0.0"
|
| 8345 |
+
"@graphql-tools/merge" "6.0.0 - 6.2.14"
|
| 8346 |
"@graphql-tools/url-loader" "^6.0.0"
|
| 8347 |
"@graphql-tools/utils" "^7.0.0"
|
| 8348 |
cosmiconfig "7.0.0"
|
| 8382 |
integrity sha512-sHkK9+lUm20/BGawNEWNtVAeJzhZeBg21VmvmLoT5NdGVeZWv5PdIhkcayQIAgjSyyQ17WMKmbDijIPG2On+Ag==
|
| 8383 |
|
| 8384 |
graphql@^15.4.0:
|
| 8385 |
+
version "15.5.3"
|
| 8386 |
+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
|
| 8387 |
+
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
|
| 8388 |
|
| 8389 |
gray-matter@^4.0.2:
|
| 8390 |
version "4.0.3"
|
| 8416 |
duplexer "^0.1.1"
|
| 8417 |
pify "^4.0.1"
|
| 8418 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8419 |
handlebars@^4.7.6:
|
| 8420 |
version "4.7.7"
|
| 8421 |
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1"
|
| 8446 |
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
|
| 8447 |
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
|
| 8448 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8449 |
has-bigints@^1.0.1:
|
| 8450 |
version "1.0.1"
|
| 8451 |
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
|
| 8483 |
dependencies:
|
| 8484 |
has-symbol-support-x "^1.4.1"
|
| 8485 |
|
| 8486 |
+
has-tostringtag@^1.0.0:
|
| 8487 |
+
version "1.0.0"
|
| 8488 |
+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
|
| 8489 |
+
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
|
| 8490 |
+
dependencies:
|
| 8491 |
+
has-symbols "^1.0.2"
|
| 8492 |
+
|
| 8493 |
has-unicode@^2.0.0, has-unicode@^2.0.1:
|
| 8494 |
version "2.0.1"
|
| 8495 |
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
|
| 8622 |
no-case "^2.2.0"
|
| 8623 |
upper-case "^1.1.3"
|
| 8624 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8625 |
hey-listen@^1.0.5, hey-listen@^1.0.8:
|
| 8626 |
version "1.0.8"
|
| 8627 |
resolved "https://registry.yarnpkg.com/hey-listen/-/hey-listen-1.0.8.tgz#8e59561ff724908de1aa924ed6ecc84a56a9aa68"
|
| 8659 |
dependencies:
|
| 8660 |
lru-cache "^6.0.0"
|
| 8661 |
|
| 8662 |
+
hosted-git-info@^4.0.0, hosted-git-info@^4.0.1:
|
| 8663 |
version "4.0.2"
|
| 8664 |
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
|
| 8665 |
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
|
| 8666 |
dependencies:
|
| 8667 |
lru-cache "^6.0.0"
|
| 8668 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8669 |
html-element@^2.0.0:
|
| 8670 |
version "2.3.1"
|
| 8671 |
resolved "https://registry.yarnpkg.com/html-element/-/html-element-2.3.1.tgz#5feb23dd5226467ef8c2faec51a5bf29c4ef5440"
|
| 8673 |
dependencies:
|
| 8674 |
class-list "~0.1.1"
|
| 8675 |
|
| 8676 |
+
html-entities@^1.2.1:
|
| 8677 |
version "1.4.0"
|
| 8678 |
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc"
|
| 8679 |
integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==
|
| 8720 |
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
|
| 8721 |
integrity sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==
|
| 8722 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8723 |
http-errors@1.7.2:
|
| 8724 |
version "1.7.2"
|
| 8725 |
resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.7.2.tgz#4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
|
| 8753 |
statuses ">= 1.5.0 < 2"
|
| 8754 |
toidentifier "1.0.0"
|
| 8755 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8756 |
http-proxy-agent@^4.0.1:
|
| 8757 |
version "4.0.1"
|
| 8758 |
resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
|
| 8762 |
agent-base "6"
|
| 8763 |
debug "4"
|
| 8764 |
|
| 8765 |
+
http-proxy@^1.18.1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8766 |
version "1.18.1"
|
| 8767 |
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
|
| 8768 |
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
|
| 8788 |
agent-base "6"
|
| 8789 |
debug "4"
|
| 8790 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8791 |
human-signals@^2.1.0:
|
| 8792 |
version "2.1.0"
|
| 8793 |
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
|
| 8855 |
resolved "https://registry.yarnpkg.com/image-q/-/image-q-1.1.1.tgz#fc84099664460b90ca862d9300b6bfbbbfbf8056"
|
| 8856 |
integrity sha1-/IQJlmRGC5DKhi2TALa/u7+/gFY=
|
| 8857 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8858 |
immer@8.0.1:
|
| 8859 |
version "8.0.1"
|
| 8860 |
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
|
| 8878 |
import-lazy@^2.1.0:
|
| 8879 |
version "2.1.0"
|
| 8880 |
resolved "https://registry.yarnpkg.com/import-lazy/-/import-lazy-2.1.0.tgz#05698e3d45c88e8d7e9d92cb0584e77f096f3e43"
|
| 8881 |
+
integrity sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8882 |
|
| 8883 |
import-local@^3.0.2:
|
| 8884 |
version "3.0.2"
|
| 8893 |
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
| 8894 |
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
|
| 8895 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8896 |
indent-string@^4.0.0:
|
| 8897 |
version "4.0.0"
|
| 8898 |
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
| 8937 |
integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
|
| 8938 |
|
| 8939 |
init-package-json@^2.0.2:
|
| 8940 |
+
version "2.0.4"
|
| 8941 |
+
resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-2.0.4.tgz#9f9f66cd5934e6d5f645150e15013d384d0b90d2"
|
| 8942 |
+
integrity sha512-gUACSdZYka+VvnF90TsQorC+1joAVWNI724vBNj3RD0LLMeDss2IuzaeiQs0T4YzKs76BPHtrp/z3sn2p+KDTw==
|
| 8943 |
dependencies:
|
| 8944 |
glob "^7.1.1"
|
| 8945 |
npm-package-arg "^8.1.2"
|
| 8946 |
promzard "^0.3.0"
|
| 8947 |
read "~1.0.1"
|
| 8948 |
+
read-package-json "^4.0.0"
|
| 8949 |
semver "^7.3.5"
|
| 8950 |
validate-npm-package-license "^3.0.4"
|
| 8951 |
validate-npm-package-name "^3.0.0"
|
| 8974 |
strip-ansi "^6.0.0"
|
| 8975 |
through "^2.3.6"
|
| 8976 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8977 |
internal-slot@^1.0.3:
|
| 8978 |
version "1.0.3"
|
| 8979 |
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
|
| 8983 |
has "^1.0.3"
|
| 8984 |
side-channel "^1.0.4"
|
| 8985 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8986 |
into-stream@^3.1.0:
|
| 8987 |
version "3.1.0"
|
| 8988 |
resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-3.1.0.tgz#96fb0a936c12babd6ff1752a17d05616abd094c6"
|
| 8998 |
dependencies:
|
| 8999 |
loose-envify "^1.0.0"
|
| 9000 |
|
| 9001 |
+
ip@^1.1.5:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9002 |
version "1.1.5"
|
| 9003 |
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
|
| 9004 |
integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
|
| 9005 |
|
| 9006 |
+
ipaddr.js@1.9.1:
|
| 9007 |
version "1.9.1"
|
| 9008 |
resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3"
|
| 9009 |
integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
|
| 9046 |
is-decimal "^1.0.0"
|
| 9047 |
|
| 9048 |
is-arguments@^1.0.4, is-arguments@^1.1.0:
|
| 9049 |
+
version "1.1.1"
|
| 9050 |
+
resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
|
| 9051 |
+
integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
|
| 9052 |
dependencies:
|
| 9053 |
+
call-bind "^1.0.2"
|
| 9054 |
+
has-tostringtag "^1.0.0"
|
| 9055 |
|
| 9056 |
is-arrayish@^0.2.1:
|
| 9057 |
version "0.2.1"
|
| 9064 |
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
| 9065 |
|
| 9066 |
is-bigint@^1.0.1:
|
| 9067 |
+
version "1.0.4"
|
| 9068 |
+
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
| 9069 |
+
integrity sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9070 |
dependencies:
|
| 9071 |
+
has-bigints "^1.0.1"
|
| 9072 |
|
| 9073 |
is-binary-path@^2.1.0, is-binary-path@~2.1.0:
|
| 9074 |
version "2.1.0"
|
| 9078 |
binary-extensions "^2.0.0"
|
| 9079 |
|
| 9080 |
is-boolean-object@^1.1.0:
|
| 9081 |
+
version "1.1.2"
|
| 9082 |
+
resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719"
|
| 9083 |
+
integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
|
| 9084 |
dependencies:
|
| 9085 |
call-bind "^1.0.2"
|
| 9086 |
+
has-tostringtag "^1.0.0"
|
| 9087 |
|
| 9088 |
is-buffer@^1.1.5:
|
| 9089 |
version "1.1.6"
|
| 9095 |
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
| 9096 |
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
|
| 9097 |
|
| 9098 |
+
is-callable@^1.1.4, is-callable@^1.2.3:
|
| 9099 |
+
version "1.2.4"
|
| 9100 |
+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
|
| 9101 |
+
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
|
| 9102 |
|
| 9103 |
is-ci@^2.0.0:
|
| 9104 |
version "2.0.0"
|
| 9107 |
dependencies:
|
| 9108 |
ci-info "^2.0.0"
|
| 9109 |
|
| 9110 |
+
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.6.0:
|
| 9111 |
+
version "2.6.0"
|
| 9112 |
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.6.0.tgz#d7553b2526fe59b92ba3e40c8df757ec8a709e19"
|
| 9113 |
+
integrity sha512-wShG8vs60jKfPWpF2KZRaAtvt3a20OAn7+IJ6hLPECpSABLcKtFKTTI4ZtH5QcBruBHlq+WsdHWyz0BCZW7svQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9114 |
dependencies:
|
| 9115 |
has "^1.0.3"
|
| 9116 |
|
| 9129 |
kind-of "^6.0.0"
|
| 9130 |
|
| 9131 |
is-date-object@^1.0.1, is-date-object@^1.0.2:
|
| 9132 |
+
version "1.0.5"
|
| 9133 |
+
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
|
| 9134 |
+
integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
|
| 9135 |
+
dependencies:
|
| 9136 |
+
has-tostringtag "^1.0.0"
|
| 9137 |
|
| 9138 |
is-decimal@^1.0.0:
|
| 9139 |
version "1.0.4"
|
| 9158 |
is-data-descriptor "^1.0.0"
|
| 9159 |
kind-of "^6.0.2"
|
| 9160 |
|
| 9161 |
+
is-docker@^2.0.0, is-docker@^2.2.1:
|
| 9162 |
version "2.2.1"
|
| 9163 |
resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
|
| 9164 |
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
|
| 9180 |
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0"
|
| 9181 |
integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=
|
| 9182 |
|
| 9183 |
+
is-extglob@^2.1.1:
|
| 9184 |
version "2.1.1"
|
| 9185 |
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
| 9186 |
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
|
| 9187 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9188 |
is-fullwidth-code-point@^1.0.0:
|
| 9189 |
version "1.0.0"
|
| 9190 |
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
|
| 9221 |
dependencies:
|
| 9222 |
is-extglob "^1.0.0"
|
| 9223 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9224 |
is-hexadecimal@^1.0.0:
|
| 9225 |
version "1.0.4"
|
| 9226 |
resolved "https://registry.yarnpkg.com/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz#cc35c97588da4bd49a8eedd6bc4082d44dcb23a7"
|
| 9241 |
dependencies:
|
| 9242 |
is-glob "^2.0.0"
|
| 9243 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9244 |
is-lambda@^1.0.1:
|
| 9245 |
version "1.0.1"
|
| 9246 |
resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
|
| 9258 |
resolved "https://registry.yarnpkg.com/is-map/-/is-map-2.0.2.tgz#00922db8c9bf73e81b7a335827bc2a43f2b91127"
|
| 9259 |
integrity sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==
|
| 9260 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9261 |
is-negative-zero@^2.0.1:
|
| 9262 |
version "2.0.1"
|
| 9263 |
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24"
|
| 9269 |
integrity sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==
|
| 9270 |
|
| 9271 |
is-number-object@^1.0.4:
|
| 9272 |
+
version "1.0.6"
|
| 9273 |
+
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0"
|
| 9274 |
+
integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==
|
| 9275 |
+
dependencies:
|
| 9276 |
+
has-tostringtag "^1.0.0"
|
| 9277 |
|
| 9278 |
is-number@^3.0.0:
|
| 9279 |
version "3.0.0"
|
| 9297 |
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
|
| 9298 |
integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
|
| 9299 |
|
| 9300 |
+
is-path-cwd@^2.2.0:
|
| 9301 |
version "2.2.0"
|
| 9302 |
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
|
| 9303 |
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
|
| 9304 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9305 |
is-path-inside@^3.0.1, is-path-inside@^3.0.2:
|
| 9306 |
version "3.0.3"
|
| 9307 |
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
|
| 9329 |
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
|
| 9330 |
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
|
| 9331 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9332 |
is-promise@4.0.0:
|
| 9333 |
version "4.0.0"
|
| 9334 |
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-4.0.0.tgz#42ff9f84206c1991d26debf520dd5c01042dd2f3"
|
| 9339 |
resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1"
|
| 9340 |
integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==
|
| 9341 |
|
| 9342 |
+
is-regex@^1.1.1, is-regex@^1.1.3:
|
| 9343 |
+
version "1.1.4"
|
| 9344 |
+
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
|
| 9345 |
+
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
|
| 9346 |
dependencies:
|
| 9347 |
call-bind "^1.0.2"
|
| 9348 |
+
has-tostringtag "^1.0.0"
|
| 9349 |
|
| 9350 |
is-relative-url@^3.0.0:
|
| 9351 |
version "3.0.0"
|
| 9366 |
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
|
| 9367 |
integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==
|
| 9368 |
|
| 9369 |
+
is-retry-allowed@^1.1.0:
|
| 9370 |
version "1.2.0"
|
| 9371 |
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz#d778488bd0a4666a3be8a1482b9f2baafedea8b4"
|
| 9372 |
integrity sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==
|
| 9388 |
dependencies:
|
| 9389 |
protocols "^1.1.0"
|
| 9390 |
|
| 9391 |
+
is-stream@^1.1.0:
|
| 9392 |
version "1.1.0"
|
| 9393 |
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
|
| 9394 |
integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ=
|
| 9395 |
|
| 9396 |
is-stream@^2.0.0:
|
| 9397 |
+
version "2.0.1"
|
| 9398 |
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
|
| 9399 |
+
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
|
| 9400 |
|
| 9401 |
is-string@^1.0.5, is-string@^1.0.6:
|
| 9402 |
+
version "1.0.7"
|
| 9403 |
+
resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
|
| 9404 |
+
integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
|
| 9405 |
+
dependencies:
|
| 9406 |
+
has-tostringtag "^1.0.0"
|
| 9407 |
|
| 9408 |
is-symbol@^1.0.2, is-symbol@^1.0.3:
|
| 9409 |
version "1.0.4"
|
| 9419 |
dependencies:
|
| 9420 |
text-extensions "^1.0.0"
|
| 9421 |
|
| 9422 |
+
is-typed-array@^1.1.7:
|
| 9423 |
+
version "1.1.8"
|
| 9424 |
+
resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.8.tgz#cbaa6585dc7db43318bc5b89523ea384a6f65e79"
|
| 9425 |
+
integrity sha512-HqH41TNZq2fgtGT8WHVFVJhBVGuY3AnP3Q36K8JKXUxSxRgk/d+7NjmwG2vo2mYmXK8UYZKu0qH8bVP5gEisjA==
|
| 9426 |
dependencies:
|
| 9427 |
+
available-typed-arrays "^1.0.5"
|
| 9428 |
call-bind "^1.0.2"
|
| 9429 |
+
es-abstract "^1.18.5"
|
| 9430 |
foreach "^2.0.5"
|
| 9431 |
+
has-tostringtag "^1.0.0"
|
| 9432 |
|
| 9433 |
is-typedarray@^1.0.0, is-typedarray@~1.0.0:
|
| 9434 |
version "1.0.0"
|
| 9454 |
resolved "https://registry.yarnpkg.com/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52"
|
| 9455 |
integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==
|
| 9456 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9457 |
is-valid-path@^0.1.1:
|
| 9458 |
version "0.1.1"
|
| 9459 |
resolved "https://registry.yarnpkg.com/is-valid-path/-/is-valid-path-0.1.1.tgz#110f9ff74c37f663e1ec7915eb451f2db93ac9df"
|
| 9486 |
resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230"
|
| 9487 |
integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==
|
| 9488 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9489 |
is-wsl@^2.1.1:
|
| 9490 |
version "2.2.0"
|
| 9491 |
resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271"
|
| 9577 |
merge-stream "^2.0.0"
|
| 9578 |
supports-color "^7.0.0"
|
| 9579 |
|
| 9580 |
+
jest-worker@^27.0.6:
|
| 9581 |
+
version "27.1.0"
|
| 9582 |
+
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.1.0.tgz#65f4a88e37148ed984ba8ca8492d6b376938c0aa"
|
| 9583 |
+
integrity sha512-mO4PHb2QWLn9yRXGp7rkvXLAYuxwhq1ZYUo0LoDhg8wqvv4QizP1ZWEJOeolgbEgAWZLIEU0wsku8J+lGWfBhg==
|
| 9584 |
dependencies:
|
| 9585 |
"@types/node" "*"
|
| 9586 |
merge-stream "^2.0.0"
|
| 9598 |
regenerator-runtime "^0.13.3"
|
| 9599 |
|
| 9600 |
joi@^17.2.1, joi@^17.4.0:
|
| 9601 |
+
version "17.4.2"
|
| 9602 |
+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.4.2.tgz#02f4eb5cf88e515e614830239379dcbbe28ce7f7"
|
| 9603 |
+
integrity sha512-Lm56PP+n0+Z2A2rfRvsfWVDXGEWjXxatPopkQ8qQ5mxCEhwHG+Ettgg5o98FFaxilOxozoa14cFhrE/hOzh/Nw==
|
| 9604 |
dependencies:
|
| 9605 |
"@hapi/hoek" "^9.0.0"
|
| 9606 |
"@hapi/topo" "^5.0.0"
|
| 9698 |
dependencies:
|
| 9699 |
string-convert "^0.2.0"
|
| 9700 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9701 |
json5@^1.0.1:
|
| 9702 |
version "1.0.1"
|
| 9703 |
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
|
| 9758 |
array-includes "^3.1.2"
|
| 9759 |
object.assign "^4.1.2"
|
| 9760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9761 |
kebab-hash@^0.1.2:
|
| 9762 |
version "0.1.2"
|
| 9763 |
resolved "https://registry.yarnpkg.com/kebab-hash/-/kebab-hash-0.1.2.tgz#dfb7949ba34d8e70114ea7d83e266e5e2a4abaac"
|
| 9786 |
dependencies:
|
| 9787 |
json-buffer "3.0.1"
|
| 9788 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9789 |
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
|
| 9790 |
version "3.2.2"
|
| 9791 |
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64"
|
| 9892 |
semver "^7.1.3"
|
| 9893 |
ssri "^8.0.1"
|
| 9894 |
|
| 9895 |
+
lilconfig@^2.0.3:
|
| 9896 |
+
version "2.0.3"
|
| 9897 |
+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.3.tgz#68f3005e921dafbd2a2afb48379986aa6d2579fd"
|
| 9898 |
+
integrity sha512-EHKqr/+ZvdKCifpNrJCKxBTgk5XupZA3y/aCPY9mxfgBzmgh93Mt/WqjjQ38oMxXuvDokaKiM3lAgvSH2sjtHg==
|
| 9899 |
+
|
| 9900 |
lines-and-columns@^1.1.6:
|
| 9901 |
version "1.1.6"
|
| 9902 |
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
|
| 9916 |
xhr "^2.0.1"
|
| 9917 |
xtend "^4.0.0"
|
| 9918 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9919 |
load-json-file@^4.0.0:
|
| 9920 |
version "4.0.0"
|
| 9921 |
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
|
| 10169 |
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
|
| 10170 |
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
|
| 10171 |
|
| 10172 |
+
lodash@4.17.21, lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0:
|
| 10173 |
version "4.17.21"
|
| 10174 |
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
| 10175 |
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
| 10176 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10177 |
longest-streak@^2.0.0, longest-streak@^2.0.1:
|
| 10178 |
version "2.0.4"
|
| 10179 |
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
|
| 10180 |
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
|
| 10181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10182 |
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.4.0:
|
| 10183 |
version "1.4.0"
|
| 10184 |
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
|
| 10186 |
dependencies:
|
| 10187 |
js-tokens "^3.0.0 || ^4.0.0"
|
| 10188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10189 |
lower-case-first@^1.0.0:
|
| 10190 |
version "1.0.2"
|
| 10191 |
resolved "https://registry.yarnpkg.com/lower-case-first/-/lower-case-first-1.0.2.tgz#e5da7c26f29a7073be02d52bac9980e5922adfa1"
|
| 10220 |
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
|
| 10221 |
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
|
| 10222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10223 |
lru-cache@4.0.0:
|
| 10224 |
version "4.0.0"
|
| 10225 |
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.0.0.tgz#b5cbf01556c16966febe54ceec0fb4dc90df6c28"
|
| 10228 |
pseudomap "^1.0.1"
|
| 10229 |
yallist "^2.0.0"
|
| 10230 |
|
| 10231 |
+
lru-cache@^4.0.0:
|
| 10232 |
version "4.1.5"
|
| 10233 |
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
| 10234 |
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
|
| 10250 |
dependencies:
|
| 10251 |
es5-ext "~0.10.2"
|
| 10252 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10253 |
make-dir@^2.1.0:
|
| 10254 |
version "2.1.0"
|
| 10255 |
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
|
| 10292 |
ssri "^8.0.0"
|
| 10293 |
|
| 10294 |
make-fetch-happen@^9.0.1:
|
| 10295 |
+
version "9.1.0"
|
| 10296 |
+
resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968"
|
| 10297 |
+
integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==
|
| 10298 |
dependencies:
|
| 10299 |
agentkeepalive "^4.1.3"
|
| 10300 |
cacache "^15.2.0"
|
| 10310 |
minipass-pipeline "^1.2.4"
|
| 10311 |
negotiator "^0.6.2"
|
| 10312 |
promise-retry "^2.0.1"
|
| 10313 |
+
socks-proxy-agent "^6.0.0"
|
| 10314 |
ssri "^8.0.0"
|
| 10315 |
|
| 10316 |
map-age-cleaner@^0.1.3:
|
| 10325 |
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
|
| 10326 |
integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
|
| 10327 |
|
| 10328 |
+
map-obj@^1.0.0:
|
| 10329 |
version "1.0.1"
|
| 10330 |
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
|
| 10331 |
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
|
| 10516 |
mimic-fn "^3.1.0"
|
| 10517 |
|
| 10518 |
memfs@^3.2.2:
|
| 10519 |
+
version "3.2.4"
|
| 10520 |
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.4.tgz#1108c28d2e9137daf5a5586af856c3e18c1c64b2"
|
| 10521 |
+
integrity sha512-2mDCPhuduRPOxlfgsXF9V+uqC6Jgz8zt/bNe4d4W7d5f6pCzHrWkxLNr17jKGXd4+j2kQNsAG2HARPnt74sqVQ==
|
| 10522 |
dependencies:
|
| 10523 |
fs-monkey "1.0.3"
|
| 10524 |
|
| 10536 |
next-tick "^1.1.0"
|
| 10537 |
timers-ext "^0.1.7"
|
| 10538 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10539 |
meow@^8.0.0:
|
| 10540 |
version "8.1.2"
|
| 10541 |
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
|
| 10646 |
debug "^4.0.0"
|
| 10647 |
parse-entities "^2.0.0"
|
| 10648 |
|
| 10649 |
+
micromatch@^3.1.10:
|
| 10650 |
version "3.1.10"
|
| 10651 |
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
| 10652 |
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
| 10665 |
snapdragon "^0.8.1"
|
| 10666 |
to-regex "^3.0.2"
|
| 10667 |
|
| 10668 |
+
micromatch@^4.0.2, micromatch@^4.0.4:
|
| 10669 |
version "4.0.4"
|
| 10670 |
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
|
| 10671 |
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
|
| 10673 |
braces "^3.0.1"
|
| 10674 |
picomatch "^2.2.3"
|
| 10675 |
|
| 10676 |
+
mime-db@1.49.0, "mime-db@>= 1.43.0 < 2":
|
| 10677 |
+
version "1.49.0"
|
| 10678 |
+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.49.0.tgz#f3dfde60c99e9cf3bc9701d687778f537001cbed"
|
| 10679 |
+
integrity sha512-CIc8j9URtOVApSFCQIF+VBkX1RwXp/oMMOrqdyXSBXq5RWNEsRfyj1kiRnQgmNXmHxPoFIxOroKA3zcU9P+nAA==
|
| 10680 |
|
| 10681 |
+
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.30, mime-types@~2.1.19, mime-types@~2.1.24:
|
| 10682 |
+
version "2.1.32"
|
| 10683 |
+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.32.tgz#1d00e89e7de7fe02008db61001d9e02852670fd5"
|
| 10684 |
+
integrity sha512-hJGaVS4G4c9TSMYh2n6SQAGrC4RnfU+daP8G7cSCmaqNjiOoUY0VHCMS42pxnQmVF1GWwFhbHWn3RIxCqTmZ9A==
|
| 10685 |
dependencies:
|
| 10686 |
+
mime-db "1.49.0"
|
| 10687 |
|
| 10688 |
mime@1.6.0, mime@^1.3.4:
|
| 10689 |
version "1.6.0"
|
| 10690 |
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
|
| 10691 |
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
|
| 10692 |
|
| 10693 |
+
mime@^2.4.4, mime@^2.4.6, mime@^2.5.2:
|
| 10694 |
version "2.5.2"
|
| 10695 |
resolved "https://registry.yarnpkg.com/mime/-/mime-2.5.2.tgz#6e3dc6cc2b9510643830e5f19d5cb753da5eeabe"
|
| 10696 |
integrity sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==
|
| 10727 |
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
| 10728 |
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
| 10729 |
|
| 10730 |
+
mini-css-extract-plugin@1.6.2:
|
| 10731 |
+
version "1.6.2"
|
| 10732 |
+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz#83172b4fd812f8fc4a09d6f6d16f924f53990ca8"
|
| 10733 |
+
integrity sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==
|
| 10734 |
dependencies:
|
| 10735 |
loader-utils "^2.0.0"
|
| 10736 |
schema-utils "^3.0.0"
|
| 10737 |
webpack-sources "^1.1.0"
|
| 10738 |
|
| 10739 |
+
mini-svg-data-uri@^1.3.3:
|
| 10740 |
version "1.3.3"
|
| 10741 |
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.3.3.tgz#91d2c09f45e056e5e1043340b8b37ba7b50f4fac"
|
| 10742 |
integrity sha512-+fA2oRcR1dJI/7ITmeQJDrYWks0wodlOz0pAEhKYJ2IVc1z0AnwJUsKY2fzFmPAM3Jo9J0rBx8JAA9QQSJ5PuA==
|
| 10743 |
|
| 10744 |
+
minimatch@3.0.4, minimatch@^3.0.4:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10745 |
version "3.0.4"
|
| 10746 |
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
| 10747 |
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
| 10757 |
is-plain-obj "^1.1.0"
|
| 10758 |
kind-of "^6.0.3"
|
| 10759 |
|
| 10760 |
+
minimist@^1.1.0, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
|
| 10761 |
version "1.2.5"
|
| 10762 |
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
| 10763 |
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
| 10770 |
minipass "^3.0.0"
|
| 10771 |
|
| 10772 |
minipass-fetch@^1.3.0, minipass-fetch@^1.3.2:
|
| 10773 |
+
version "1.4.1"
|
| 10774 |
+
resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6"
|
| 10775 |
+
integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==
|
| 10776 |
dependencies:
|
| 10777 |
minipass "^3.1.0"
|
| 10778 |
minipass-sized "^1.0.3"
|
| 10809 |
dependencies:
|
| 10810 |
minipass "^3.0.0"
|
| 10811 |
|
| 10812 |
+
minipass@^2.6.0, minipass@^2.9.0:
|
| 10813 |
version "2.9.0"
|
| 10814 |
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
|
| 10815 |
integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
|
| 10824 |
dependencies:
|
| 10825 |
yallist "^4.0.0"
|
| 10826 |
|
| 10827 |
+
minizlib@^1.3.3:
|
| 10828 |
version "1.3.3"
|
| 10829 |
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
|
| 10830 |
integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
|
| 10866 |
infer-owner "^1.0.4"
|
| 10867 |
mkdirp "^1.0.3"
|
| 10868 |
|
| 10869 |
+
mkdirp@^0.5.1, mkdirp@^0.5.4, mkdirp@^0.5.5, mkdirp@~0.5.1:
|
| 10870 |
version "0.5.5"
|
| 10871 |
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
| 10872 |
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
| 10895 |
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
|
| 10896 |
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==
|
| 10897 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10898 |
ms@2.0.0:
|
| 10899 |
version "2.0.0"
|
| 10900 |
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
|
| 10916 |
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
| 10917 |
|
| 10918 |
multer@^1.4.2:
|
| 10919 |
+
version "1.4.3"
|
| 10920 |
+
resolved "https://registry.yarnpkg.com/multer/-/multer-1.4.3.tgz#4db352d6992e028ac0eacf7be45c6efd0264297b"
|
| 10921 |
+
integrity sha512-np0YLKncuZoTzufbkM6wEKp68EhWJXcU6fq6QqrSwkckd2LlMgd1UqhUJLj6NS/5sZ8dE8LYDWslsltJznnXlg==
|
| 10922 |
dependencies:
|
| 10923 |
append-field "^1.0.0"
|
| 10924 |
busboy "^0.2.11"
|
| 10925 |
concat-stream "^1.5.2"
|
| 10926 |
+
mkdirp "^0.5.4"
|
| 10927 |
object-assign "^4.1.1"
|
| 10928 |
on-finished "^2.3.0"
|
| 10929 |
type-is "^1.6.4"
|
| 10930 |
xtend "^4.0.0"
|
| 10931 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10932 |
multimatch@^5.0.0:
|
| 10933 |
version "5.0.0"
|
| 10934 |
resolved "https://registry.yarnpkg.com/multimatch/-/multimatch-5.0.0.tgz#932b800963cea7a31a033328fa1e0c3a1874dbe6"
|
| 10945 |
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
| 10946 |
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
| 10947 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10948 |
nanoid@^3.1.23:
|
| 10949 |
+
version "3.1.25"
|
| 10950 |
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
|
| 10951 |
+
integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
|
| 10952 |
|
| 10953 |
nanomatch@^1.2.9:
|
| 10954 |
version "1.2.13"
|
| 10985 |
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
|
| 10986 |
|
| 10987 |
needle@^2.5.2:
|
| 10988 |
+
version "2.9.1"
|
| 10989 |
+
resolved "https://registry.yarnpkg.com/needle/-/needle-2.9.1.tgz#22d1dffbe3490c2b83e301f7709b6736cd8f2684"
|
| 10990 |
+
integrity sha512-6R9fqJ5Zcmf+uYaFgdIHmLwNldn5HbK8L5ybn7Uz+ylX/rnOsSp1AHcvQSrCaFN+qNM1wpymHqD7mVasEOlHGQ==
|
| 10991 |
dependencies:
|
| 10992 |
debug "^3.2.6"
|
| 10993 |
iconv-lite "^0.4.4"
|
| 11039 |
tslib "^2.0.3"
|
| 11040 |
|
| 11041 |
node-abi@^2.21.0:
|
| 11042 |
+
version "2.30.1"
|
| 11043 |
+
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.30.1.tgz#c437d4b1fe0e285aaf290d45b45d4d7afedac4cf"
|
| 11044 |
+
integrity sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==
|
| 11045 |
dependencies:
|
| 11046 |
semver "^5.4.1"
|
| 11047 |
|
| 11048 |
+
node-addon-api@^4.1.0:
|
| 11049 |
+
version "4.1.0"
|
| 11050 |
+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.1.0.tgz#f1722f1f60793584632ffffb79e12ca042c48bd0"
|
| 11051 |
+
integrity sha512-Zz1o1BDX2VtduiAt6kgiUl8jX1Vm3NMboljFYKQJ6ee8AGfiTvM2mlZFI3xPbqjs80rCQgiVJI/DjQ/1QJ0HwA==
|
| 11052 |
|
| 11053 |
node-eta@^0.9.0:
|
| 11054 |
version "0.9.0"
|
| 11055 |
resolved "https://registry.yarnpkg.com/node-eta/-/node-eta-0.9.0.tgz#9fb0b099bcd2a021940e603c64254dc003d9a7a8"
|
| 11056 |
integrity sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=
|
| 11057 |
|
| 11058 |
+
node-fetch@2.6.1:
|
| 11059 |
version "2.6.1"
|
| 11060 |
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
| 11061 |
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
| 11062 |
|
| 11063 |
+
node-fetch@^2.5.0, node-fetch@^2.6.1:
|
| 11064 |
+
version "2.6.2"
|
| 11065 |
+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.2.tgz#986996818b73785e47b1965cc34eb093a1d464d0"
|
| 11066 |
+
integrity sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA==
|
| 11067 |
|
| 11068 |
node-gyp@^5.0.2:
|
| 11069 |
version "5.1.1"
|
| 11098 |
tar "^6.0.2"
|
| 11099 |
which "^2.0.2"
|
| 11100 |
|
| 11101 |
+
node-object-hash@^2.3.8:
|
| 11102 |
+
version "2.3.9"
|
| 11103 |
+
resolved "https://registry.yarnpkg.com/node-object-hash/-/node-object-hash-2.3.9.tgz#d6bbea42201e7a7bf32a3064c44662c020653aaf"
|
| 11104 |
+
integrity sha512-NQt1YURrMPeQGZzW4lRbshUEF2PqxJEZYY4XJ/L+q33dI8yPYvnb7QXmwUcl1EuXluzeY4TEV+H6H0EmtI6f5g==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11105 |
|
| 11106 |
+
node-releases@^1.1.61, node-releases@^1.1.75:
|
| 11107 |
+
version "1.1.75"
|
| 11108 |
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.75.tgz#6dd8c876b9897a1b8e5a02de26afa79bb54ebbfe"
|
| 11109 |
+
integrity sha512-Qe5OUajvqrqDSy6wrWFmMwfJ0jVgwiw4T3KqmbTcZ62qW0gQkheXYhcFM1+lOVcGUoRxcEcfyvFMAnDgaF1VWw==
|
|
|
|
|
|
|
|
|
|
| 11110 |
|
| 11111 |
nopt@^4.0.1:
|
| 11112 |
version "4.0.3"
|
| 11123 |
dependencies:
|
| 11124 |
abbrev "1"
|
| 11125 |
|
| 11126 |
+
normalize-package-data@^2.0.0, normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
| 11127 |
version "2.5.0"
|
| 11128 |
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
| 11129 |
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
|
| 11134 |
validate-npm-package-license "^3.0.1"
|
| 11135 |
|
| 11136 |
normalize-package-data@^3.0.0, normalize-package-data@^3.0.2:
|
| 11137 |
+
version "3.0.3"
|
| 11138 |
+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
|
| 11139 |
+
integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
|
| 11140 |
dependencies:
|
| 11141 |
hosted-git-info "^4.0.1"
|
| 11142 |
+
is-core-module "^2.5.0"
|
| 11143 |
semver "^7.3.4"
|
| 11144 |
validate-npm-package-license "^3.0.1"
|
| 11145 |
|
| 11174 |
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.5.1.tgz#0dd90cf1288ee1d1313b87081c9a5932ee48518a"
|
| 11175 |
integrity sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==
|
| 11176 |
|
| 11177 |
+
normalize-url@^6.0.1, normalize-url@^6.1.0:
|
| 11178 |
+
version "6.1.0"
|
| 11179 |
+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
|
| 11180 |
+
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
|
| 11181 |
|
| 11182 |
not@^0.1.0:
|
| 11183 |
version "0.1.0"
|
| 11191 |
dependencies:
|
| 11192 |
npm-normalize-package-bin "^1.0.1"
|
| 11193 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11194 |
npm-install-checks@^4.0.0:
|
| 11195 |
version "4.0.0"
|
| 11196 |
resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-4.0.0.tgz#a37facc763a2fde0497ef2c6d0ac7c3fbe00d7b4"
|
| 11279 |
dependencies:
|
| 11280 |
path-key "^2.0.0"
|
| 11281 |
|
| 11282 |
+
npm-run-path@^4.0.1:
|
| 11283 |
version "4.0.1"
|
| 11284 |
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
|
| 11285 |
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
|
| 11342 |
define-property "^0.2.5"
|
| 11343 |
kind-of "^3.0.3"
|
| 11344 |
|
| 11345 |
+
object-inspect@^1.11.0, object-inspect@^1.9.0:
|
| 11346 |
+
version "1.11.0"
|
| 11347 |
+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
|
| 11348 |
+
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
|
| 11349 |
|
| 11350 |
+
object-is@^1.1.4:
|
| 11351 |
version "1.1.5"
|
| 11352 |
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
|
| 11353 |
integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==
|
| 11401 |
es-abstract "^1.18.0-next.2"
|
| 11402 |
has "^1.0.3"
|
| 11403 |
|
| 11404 |
+
object.getownpropertydescriptors@^2.0.3, object.getownpropertydescriptors@^2.1.0:
|
| 11405 |
version "2.1.2"
|
| 11406 |
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7"
|
| 11407 |
integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ==
|
| 11417 |
dependencies:
|
| 11418 |
isobject "^3.0.1"
|
| 11419 |
|
| 11420 |
+
object.values@^1.1.0, object.values@^1.1.4:
|
| 11421 |
version "1.1.4"
|
| 11422 |
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.4.tgz#0d273762833e816b693a637d30073e7051535b30"
|
| 11423 |
integrity sha512-TnGo7j4XSnKQoK3MfvkzqKCi0nVe/D9I9IjwTNYdb/fxYHpjrluHVOgw0AF6jrRFGMPHdfuidR09tIDiIvnaSg==
|
| 11431 |
resolved "https://registry.yarnpkg.com/objectFitPolyfill/-/objectFitPolyfill-2.3.5.tgz#be8c83064aabfa4e88780f776c2013c48ce1f745"
|
| 11432 |
integrity sha512-8Quz071ZmGi0QWEG4xB3Bv5Lpw6K0Uca87FLoLMKMWjB6qIq9IyBegP3b/VLNxv2WYvIMGoeUQ+c6ibUkNa8TA==
|
| 11433 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11434 |
omggif@^1.0.10, omggif@^1.0.9:
|
| 11435 |
version "1.0.10"
|
| 11436 |
resolved "https://registry.yarnpkg.com/omggif/-/omggif-1.0.10.tgz#ddaaf90d4a42f532e9e7cb3a95ecdd47f17c7b19"
|
| 11475 |
resolved "https://registry.yarnpkg.com/opentracing/-/opentracing-0.14.5.tgz#891fa92cd90a24e64f99bc964370227310926c85"
|
| 11476 |
integrity sha512-XLKtEfHxqrWyF1fzxznsv78w3csW41ucHnjiKnfzZLD5FN8UBDZZL1i4q0FR29zjxXhm+2Hop+5Vr/b8tKIvEg==
|
| 11477 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11478 |
optionator@^0.9.1:
|
| 11479 |
version "0.9.1"
|
| 11480 |
resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.9.1.tgz#4f236a6373dae0566a6d43e1326674f50c291499"
|
| 11487 |
type-check "^0.4.0"
|
| 11488 |
word-wrap "^1.2.3"
|
| 11489 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11490 |
os-homedir@^1.0.0:
|
| 11491 |
version "1.0.2"
|
| 11492 |
resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3"
|
| 11505 |
os-homedir "^1.0.0"
|
| 11506 |
os-tmpdir "^1.0.0"
|
| 11507 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11508 |
p-cancelable@^0.4.0:
|
| 11509 |
version "0.4.1"
|
| 11510 |
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.1.tgz#35f363d67d52081c8d9585e37bcceb7e0bbcb2a0"
|
| 11530 |
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-3.0.0.tgz#d1dceb4ee9b2b604b1d94ffec83760175d4e6f83"
|
| 11531 |
integrity sha512-ugZxsxmtTln604yeYd29EGrNhazN2lywetzpKhfmQjW/VJmhpDmWbiX+h0zL8V91R0UXkhb3KtPmyq9PZw3aYw==
|
| 11532 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11533 |
p-event@^4.0.0:
|
| 11534 |
version "4.2.0"
|
| 11535 |
resolved "https://registry.yarnpkg.com/p-event/-/p-event-4.2.0.tgz#af4b049c8acd91ae81083ebd1e6f5cae2044c1b5"
|
| 11589 |
dependencies:
|
| 11590 |
p-limit "^2.2.0"
|
| 11591 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11592 |
p-map-series@^2.1.0:
|
| 11593 |
version "2.1.0"
|
| 11594 |
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-2.1.0.tgz#7560d4c452d9da0c07e692fdbfe6e2c81a2a91f2"
|
| 11595 |
integrity sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==
|
| 11596 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11597 |
p-map@^3.0.0:
|
| 11598 |
version "3.0.0"
|
| 11599 |
resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
|
| 11608 |
dependencies:
|
| 11609 |
aggregate-error "^3.0.0"
|
| 11610 |
|
| 11611 |
+
p-pipe@^3.1.0:
|
| 11612 |
version "3.1.0"
|
| 11613 |
resolved "https://registry.yarnpkg.com/p-pipe/-/p-pipe-3.1.0.tgz#48b57c922aa2e1af6a6404cb7c6bf0eb9cc8e60e"
|
| 11614 |
integrity sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==
|
| 11621 |
eventemitter3 "^4.0.4"
|
| 11622 |
p-timeout "^3.2.0"
|
| 11623 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11624 |
p-reduce@^2.0.0, p-reduce@^2.1.0:
|
| 11625 |
version "2.1.0"
|
| 11626 |
resolved "https://registry.yarnpkg.com/p-reduce/-/p-reduce-2.1.0.tgz#09408da49507c6c274faa31f28df334bc712b64a"
|
| 11627 |
integrity sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==
|
| 11628 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11629 |
p-timeout@^2.0.1:
|
| 11630 |
version "2.0.1"
|
| 11631 |
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-2.0.1.tgz#d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
|
| 11668 |
semver "^6.2.0"
|
| 11669 |
|
| 11670 |
pacote@^11.2.6:
|
| 11671 |
+
version "11.3.5"
|
| 11672 |
+
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.3.5.tgz#73cf1fc3772b533f575e39efa96c50be8c3dc9d2"
|
| 11673 |
+
integrity sha512-fT375Yczn4zi+6Hkk2TBe1x1sP8FgFsEIZ2/iWaXY2r/NkhDJfxbcn5paz1+RTFCyNf+dPnaoBDJoAxXSU8Bkg==
|
| 11674 |
dependencies:
|
| 11675 |
+
"@npmcli/git" "^2.1.0"
|
| 11676 |
"@npmcli/installed-package-contents" "^1.0.6"
|
| 11677 |
"@npmcli/promise-spawn" "^1.2.0"
|
| 11678 |
"@npmcli/run-script" "^1.8.2"
|
| 11763 |
is-decimal "^1.0.0"
|
| 11764 |
is-hexadecimal "^1.0.0"
|
| 11765 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11766 |
parse-headers@^2.0.0:
|
| 11767 |
+
version "2.0.4"
|
| 11768 |
+
resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.4.tgz#9eaf2d02bed2d1eff494331ce3df36d7924760bf"
|
| 11769 |
+
integrity sha512-psZ9iZoCNFLrgRjZ1d8mn0h9WRqJwFxM9q3x7iUjN/YT2OksthDJ5TiPCu2F38kS4zutqfW+YdVVkBZZx3/1aw==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11770 |
|
| 11771 |
parse-json@^4.0.0:
|
| 11772 |
version "4.0.0"
|
| 11810 |
resolved "https://registry.yarnpkg.com/parse-unit/-/parse-unit-1.0.1.tgz#7e1bb6d5bef3874c28e392526a2541170291eecf"
|
| 11811 |
integrity sha1-fhu21b7zh0wo45JSaiVBFwKR7s8=
|
| 11812 |
|
| 11813 |
+
parse-url@^6.0.0:
|
| 11814 |
+
version "6.0.0"
|
| 11815 |
+
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-6.0.0.tgz#f5dd262a7de9ec00914939220410b66cff09107d"
|
| 11816 |
+
integrity sha512-cYyojeX7yIIwuJzledIHeLUBVJ6COVLeT4eF+2P6aKVzwvgKQPndCBv3+yQ7pcWjqToYwaligxzSYNNmGoMAvw==
|
| 11817 |
dependencies:
|
| 11818 |
is-ssh "^1.3.0"
|
| 11819 |
+
normalize-url "^6.1.0"
|
| 11820 |
parse-path "^4.0.0"
|
| 11821 |
protocols "^1.4.0"
|
| 11822 |
|
| 11842 |
resolved "https://registry.yarnpkg.com/parseuri/-/parseuri-0.0.6.tgz#e1496e829e3ac2ff47f39a4dd044b32823c4a25a"
|
| 11843 |
integrity sha512-AUjen8sAkGgao7UyCX6Ahv0gIK2fABKmYjvP4xmy5JaKvcbTRueIqIPHLAfq30xJddqSE033IOMUSOMCcK3Sow==
|
| 11844 |
|
| 11845 |
+
parseurl@^1.3.3, parseurl@~1.3.3:
|
| 11846 |
version "1.3.3"
|
| 11847 |
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
|
| 11848 |
integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==
|
| 11883 |
dependencies:
|
| 11884 |
no-case "^2.2.0"
|
| 11885 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11886 |
path-exists@^3.0.0:
|
| 11887 |
version "3.0.0"
|
| 11888 |
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
| 11923 |
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
|
| 11924 |
integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=
|
| 11925 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11926 |
path-type@^3.0.0:
|
| 11927 |
version "3.0.0"
|
| 11928 |
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
|
| 11935 |
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
| 11936 |
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
| 11937 |
|
| 11938 |
+
peek-readable@^4.0.1:
|
| 11939 |
+
version "4.0.1"
|
| 11940 |
+
resolved "https://registry.yarnpkg.com/peek-readable/-/peek-readable-4.0.1.tgz#9a045f291db254111c3412c1ce4fec27ddd4d202"
|
| 11941 |
+
integrity sha512-7qmhptnR0WMSpxT5rMHG9bW/mYSR1uqaPFj2MHvT+y/aOUu6msJijpKt5SkTDKySwg65OWG2JwTMBlgcbwMHrQ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11942 |
|
| 11943 |
performance-now@^2.1.0:
|
| 11944 |
version "2.1.0"
|
| 11960 |
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
| 11961 |
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
| 11962 |
|
| 11963 |
+
pify@^2.3.0:
|
| 11964 |
version "2.3.0"
|
| 11965 |
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
| 11966 |
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
|
| 11980 |
resolved "https://registry.yarnpkg.com/pify/-/pify-5.0.0.tgz#1f5eca3f5e87ebec28cc6d54a0e4aaf00acc127f"
|
| 11981 |
integrity sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==
|
| 11982 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11983 |
pixelmatch@^4.0.2:
|
| 11984 |
version "4.0.2"
|
| 11985 |
resolved "https://registry.yarnpkg.com/pixelmatch/-/pixelmatch-4.0.2.tgz#8f47dcec5011b477b67db03c243bc1f3085e8854"
|
| 11994 |
dependencies:
|
| 11995 |
find-up "^2.1.0"
|
| 11996 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11997 |
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
| 11998 |
version "4.2.0"
|
| 11999 |
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
|
| 12025 |
resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
|
| 12026 |
integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
|
| 12027 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12028 |
popmotion@9.0.0-rc.20:
|
| 12029 |
version "9.0.0-rc.20"
|
| 12030 |
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-9.0.0-rc.20.tgz#f3550042ae31957b5416793ae8723200951ad39d"
|
| 12035 |
style-value-types "^3.1.9"
|
| 12036 |
tslib "^1.10.0"
|
| 12037 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12038 |
posix-character-classes@^0.1.0:
|
| 12039 |
version "0.1.1"
|
| 12040 |
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
|
| 12126 |
dependencies:
|
| 12127 |
postcss-value-parser "^4.1.0"
|
| 12128 |
|
| 12129 |
+
postcss-minify-gradients@^5.0.2:
|
| 12130 |
+
version "5.0.2"
|
| 12131 |
+
resolved "https://registry.yarnpkg.com/postcss-minify-gradients/-/postcss-minify-gradients-5.0.2.tgz#7c175c108f06a5629925d698b3c4cf7bd3864ee5"
|
| 12132 |
+
integrity sha512-7Do9JP+wqSD6Prittitt2zDLrfzP9pqKs2EcLX7HJYxsxCOwrrcLt4x/ctQTsiOw+/8HYotAoqNkrzItL19SdQ==
|
| 12133 |
dependencies:
|
| 12134 |
+
colord "^2.6"
|
| 12135 |
cssnano-utils "^2.0.1"
|
|
|
|
| 12136 |
postcss-value-parser "^4.1.0"
|
| 12137 |
|
| 12138 |
postcss-minify-params@^5.0.1:
|
| 12303 |
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
|
| 12304 |
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
|
| 12305 |
|
| 12306 |
+
postcss@^8.2.15, postcss@^8.2.9, postcss@^8.3.5:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12307 |
version "8.3.6"
|
| 12308 |
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
|
| 12309 |
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
|
| 12319 |
dependencies:
|
| 12320 |
jimp "^0.14.0"
|
| 12321 |
|
| 12322 |
+
prebuild-install@^6.1.4:
|
| 12323 |
+
version "6.1.4"
|
| 12324 |
+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.1.4.tgz#ae3c0142ad611d58570b89af4986088a4937e00f"
|
| 12325 |
+
integrity sha512-Z4vpywnK1lBg+zdPCVCsKq0xO66eEV9rWo2zrROGGiRS4JtueBOdlB1FnY8lcy7JsUud/Q3ijUxyWN26Ika0vQ==
|
| 12326 |
dependencies:
|
| 12327 |
detect-libc "^1.0.3"
|
| 12328 |
expand-template "^2.0.3"
|
| 12348 |
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
| 12349 |
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
| 12350 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12351 |
prepend-http@^2.0.0:
|
| 12352 |
version "2.0.0"
|
| 12353 |
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
| 12354 |
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
| 12355 |
|
| 12356 |
+
prettier@^2.3.1, prettier@^2.3.2:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12357 |
version "2.3.2"
|
| 12358 |
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.2.tgz#ef280a05ec253712e486233db5c6f23441e7342d"
|
| 12359 |
integrity sha512-lnJzDfJ66zkMy58OL5/NY5zp70S7Nz6KqcKkXYzn2tMVrNxvbqaBpg7H3qHaLxCJ5lNMsGuM8+ohS7cZrthdLQ==
|
| 12455 |
object-assign "^4.1.1"
|
| 12456 |
react-is "^16.8.1"
|
| 12457 |
|
| 12458 |
+
proper-lockfile@^4.1.2:
|
| 12459 |
version "4.1.2"
|
| 12460 |
resolved "https://registry.yarnpkg.com/proper-lockfile/-/proper-lockfile-4.1.2.tgz#c8b9de2af6b2f1601067f98e01ac66baa223141f"
|
| 12461 |
integrity sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==
|
| 12489 |
forwarded "0.2.0"
|
| 12490 |
ipaddr.js "1.9.1"
|
| 12491 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12492 |
pseudomap@^1.0.1, pseudomap@^1.0.2:
|
| 12493 |
version "1.0.2"
|
| 12494 |
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
|
| 12575 |
resolved "https://registry.yarnpkg.com/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
|
| 12576 |
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
|
| 12577 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12578 |
queue-microtask@^1.2.2:
|
| 12579 |
version "1.2.3"
|
| 12580 |
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
| 12642 |
rc-util "^5.0.1"
|
| 12643 |
|
| 12644 |
rc-util@^5.0.1:
|
| 12645 |
+
version "5.13.2"
|
| 12646 |
+
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.13.2.tgz#a8a0bb77743351841ba8bed6393e03b8d2f685c8"
|
| 12647 |
+
integrity sha512-eYc71XXGlp96RMzg01Mhq/T3BL6OOVTDSS0urFEuvpi+e7slhJRhaHGCKy2hqJm18m9ff7VoRoptplKu60dYog==
|
| 12648 |
dependencies:
|
| 12649 |
"@babel/runtime" "^7.12.5"
|
| 12650 |
react-is "^16.12.0"
|
| 12660 |
minimist "^1.2.0"
|
| 12661 |
strip-json-comments "~2.0.1"
|
| 12662 |
|
| 12663 |
+
react-accessible-accordion@^3.3.5:
|
| 12664 |
+
version "3.3.5"
|
| 12665 |
+
resolved "https://registry.yarnpkg.com/react-accessible-accordion/-/react-accessible-accordion-3.3.5.tgz#5d035994a261c832a57e7822f1bbacf914c5a5cc"
|
| 12666 |
+
integrity sha512-yCh3tx+jNuOPs+m58LOBFTGDEaGvM8UfuCNznr855FDAWzwV8V/ZH/TVBvgqH0npP58KrrVrHpj4jcy0EE5hEw==
|
| 12667 |
|
| 12668 |
react-anchor-link-smooth-scroll@^1.0.12:
|
| 12669 |
version "1.0.12"
|
| 12739 |
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
|
| 12740 |
|
| 12741 |
react-from-dom@^0.6.0:
|
| 12742 |
+
version "0.6.1"
|
| 12743 |
+
resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.6.1.tgz#6740f5a3d79e0c354703e5c096b8fdfe0db71b0f"
|
| 12744 |
+
integrity sha512-7aAZx7LhRnmR51W5XtmTBYHGFl2n1AdEk1uoXLuzHa1OoGXrxOW/iwLcudvgp6BGX/l4Yh1rtMrIzvhlvbVddg==
|
| 12745 |
|
| 12746 |
react-helmet@^6.1.0:
|
| 12747 |
version "6.1.0"
|
| 12766 |
exenv "^1.2.2"
|
| 12767 |
react-from-dom "^0.6.0"
|
| 12768 |
|
| 12769 |
+
react-instantsearch-core@^6.12.1:
|
| 12770 |
+
version "6.12.1"
|
| 12771 |
+
resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.12.1.tgz#314b420d4205b25745db4b81fa45cf1454bd4bf1"
|
| 12772 |
+
integrity sha512-X4OqakDI3DOcFiS1S46z+cciKEQcKBmH8HGQLztzW14hoHRqFfZzuqWydlSxfJZN5WksMMm78EmL2jvoqIHd/A==
|
| 12773 |
dependencies:
|
| 12774 |
"@babel/runtime" "^7.1.2"
|
| 12775 |
algoliasearch-helper "^3.5.3"
|
| 12776 |
prop-types "^15.6.2"
|
| 12777 |
react-fast-compare "^3.0.0"
|
| 12778 |
|
| 12779 |
+
react-instantsearch-dom@^6.12.1:
|
| 12780 |
+
version "6.12.1"
|
| 12781 |
+
resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.12.1.tgz#9bfb8f3a0b7ed84497af2ad7b65f364e4c7009b3"
|
| 12782 |
+
integrity sha512-KXk2UDmJ3OP9B57owPC0+7fdcVtmYAA6/UWimR9CXhvFGCMi11xlR/wscYMYxdPuxs9IkmnnLDIJSjSGADYnow==
|
| 12783 |
dependencies:
|
| 12784 |
"@babel/runtime" "^7.1.2"
|
| 12785 |
algoliasearch-helper "^3.5.3"
|
| 12786 |
classnames "^2.2.5"
|
| 12787 |
prop-types "^15.6.2"
|
| 12788 |
react-fast-compare "^3.0.0"
|
| 12789 |
+
react-instantsearch-core "^6.12.1"
|
| 12790 |
|
| 12791 |
+
react-intersection-observer@^8.32.1:
|
| 12792 |
+
version "8.32.1"
|
| 12793 |
+
resolved "https://registry.yarnpkg.com/react-intersection-observer/-/react-intersection-observer-8.32.1.tgz#9b949871eb35eb1fc730732bbf8fcfaaaf3f5b02"
|
| 12794 |
+
integrity sha512-FOmMkMw7MeJ8FkuADpU8TRcvGuTvPB+DRkaikS1QXcWArYLCWC3mjRorq2XeRGBuqmaueOBd27PUazTu9AgInw==
|
| 12795 |
|
| 12796 |
react-is@^16.12.0, react-is@^16.7.0, react-is@^16.8.1:
|
| 12797 |
version "16.13.1"
|
| 12881 |
integrity sha512-HJpV9bQpkl6KwjxlJcBoqu9Ba0PQg8TqSNIOrulGt54a0uup0HtevreFHzYzkm0lpnleRdNBzXznKrgxglEHQw==
|
| 12882 |
|
| 12883 |
read-package-json-fast@^2.0.1:
|
| 12884 |
+
version "2.0.3"
|
| 12885 |
+
resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz#323ca529630da82cb34b36cc0b996693c98c2b83"
|
| 12886 |
+
integrity sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==
|
| 12887 |
dependencies:
|
| 12888 |
json-parse-even-better-errors "^2.3.0"
|
| 12889 |
npm-normalize-package-bin "^1.0.1"
|
| 12898 |
normalize-package-data "^2.0.0"
|
| 12899 |
npm-normalize-package-bin "^1.0.0"
|
| 12900 |
|
| 12901 |
+
read-package-json@^3.0.0:
|
| 12902 |
version "3.0.1"
|
| 12903 |
resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-3.0.1.tgz#c7108f0b9390257b08c21e3004d2404c806744b9"
|
| 12904 |
integrity sha512-aLcPqxovhJTVJcsnROuuzQvv6oziQx4zd3JvG0vGCL5MjTONUc4uJ90zCBC6R7W7oUKBNoR/F8pkyfVwlbxqng==
|
| 12908 |
normalize-package-data "^3.0.0"
|
| 12909 |
npm-normalize-package-bin "^1.0.0"
|
| 12910 |
|
| 12911 |
+
read-package-json@^4.0.0:
|
| 12912 |
+
version "4.1.1"
|
| 12913 |
+
resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-4.1.1.tgz#153be72fce801578c1c86b8ef2b21188df1b9eea"
|
| 12914 |
+
integrity sha512-P82sbZJ3ldDrWCOSKxJT0r/CXMWR0OR3KRh55SgKo3p91GSIEEC32v3lSHAvO/UcH3/IoL7uqhOFBduAnwdldw==
|
| 12915 |
+
dependencies:
|
| 12916 |
+
glob "^7.1.1"
|
| 12917 |
+
json-parse-even-better-errors "^2.3.0"
|
| 12918 |
+
normalize-package-data "^3.0.0"
|
| 12919 |
+
npm-normalize-package-bin "^1.0.0"
|
| 12920 |
+
|
| 12921 |
read-package-tree@^5.3.1:
|
| 12922 |
version "5.3.1"
|
| 12923 |
resolved "https://registry.yarnpkg.com/read-package-tree/-/read-package-tree-5.3.1.tgz#a32cb64c7f31eb8a6f31ef06f9cedf74068fe636"
|
| 12927 |
readdir-scoped-modules "^1.0.0"
|
| 12928 |
util-promisify "^2.1.0"
|
| 12929 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12930 |
read-pkg-up@^3.0.0:
|
| 12931 |
version "3.0.0"
|
| 12932 |
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-3.0.0.tgz#3ed496685dba0f8fe118d0691dc51f4a1ff96f07"
|
| 12944 |
read-pkg "^5.2.0"
|
| 12945 |
type-fest "^0.8.1"
|
| 12946 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12947 |
read-pkg@^3.0.0:
|
| 12948 |
version "3.0.0"
|
| 12949 |
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-3.0.0.tgz#9cbc686978fee65d16c00e2b19c237fcf6e38389"
|
| 12980 |
isarray "0.0.1"
|
| 12981 |
string_decoder "~0.10.x"
|
| 12982 |
|
| 12983 |
+
readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.0.2, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
|
| 12984 |
version "3.6.0"
|
| 12985 |
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
|
| 12986 |
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
|
| 12989 |
string_decoder "^1.1.1"
|
| 12990 |
util-deprecate "^1.0.1"
|
| 12991 |
|
| 12992 |
+
readable-stream@^2.0.0, readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@~2.3.6:
|
| 12993 |
version "2.3.7"
|
| 12994 |
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57"
|
| 12995 |
integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==
|
| 13002 |
string_decoder "~1.1.1"
|
| 13003 |
util-deprecate "~1.0.1"
|
| 13004 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13005 |
readable-web-to-node-stream@^3.0.0:
|
| 13006 |
+
version "3.0.2"
|
| 13007 |
+
resolved "https://registry.yarnpkg.com/readable-web-to-node-stream/-/readable-web-to-node-stream-3.0.2.tgz#5d52bb5df7b54861fd48d015e93a2cb87b3ee0bb"
|
| 13008 |
+
integrity sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==
|
| 13009 |
dependencies:
|
|
|
|
| 13010 |
readable-stream "^3.6.0"
|
| 13011 |
|
| 13012 |
readdir-scoped-modules@^1.0.0:
|
| 13019 |
graceful-fs "^4.1.2"
|
| 13020 |
once "^1.3.0"
|
| 13021 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13022 |
readdirp@~3.6.0:
|
| 13023 |
version "3.6.0"
|
| 13024 |
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
|
| 13026 |
dependencies:
|
| 13027 |
picomatch "^2.2.1"
|
| 13028 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13029 |
recursive-readdir@2.2.2:
|
| 13030 |
version "2.2.2"
|
| 13031 |
resolved "https://registry.yarnpkg.com/recursive-readdir/-/recursive-readdir-2.2.2.tgz#9946fb3274e1628de6e36b2f6714953b4845094f"
|
| 13033 |
dependencies:
|
| 13034 |
minimatch "3.0.4"
|
| 13035 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13036 |
redent@^3.0.0:
|
| 13037 |
version "3.0.0"
|
| 13038 |
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
|
| 13047 |
integrity sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw==
|
| 13048 |
|
| 13049 |
redux@^4.0.5:
|
| 13050 |
+
version "4.1.1"
|
| 13051 |
+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.1.tgz#76f1c439bb42043f985fbd9bf21990e60bd67f47"
|
| 13052 |
+
integrity sha512-hZQZdDEM25UY2P493kPYuKqviVwZ58lEmGQNeQ+gXa+U0gYPUBf7NKYazbe3m+bs/DzM/ahN12DbF+NG8i0CWw==
|
| 13053 |
dependencies:
|
| 13054 |
"@babel/runtime" "^7.9.2"
|
| 13055 |
|
| 13071 |
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
|
| 13072 |
|
| 13073 |
regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
|
| 13074 |
+
version "0.13.9"
|
| 13075 |
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
| 13076 |
+
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
| 13077 |
|
| 13078 |
regenerator-transform@^0.14.2:
|
| 13079 |
version "0.14.5"
|
| 13090 |
extend-shallow "^3.0.2"
|
| 13091 |
safe-regex "^1.1.0"
|
| 13092 |
|
| 13093 |
+
regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.3.1:
|
| 13094 |
version "1.3.1"
|
| 13095 |
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz#7ef352ae8d159e758c0eadca6f8fcb4eef07be26"
|
| 13096 |
integrity sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==
|
| 13326 |
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
| 13327 |
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
|
| 13328 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13329 |
replace-ext@1.0.0:
|
| 13330 |
version "1.0.0"
|
| 13331 |
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"
|
| 13332 |
integrity sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=
|
| 13333 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13334 |
request@^2.88.0, request@^2.88.2:
|
| 13335 |
version "2.88.2"
|
| 13336 |
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
| 13392 |
resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464"
|
| 13393 |
integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==
|
| 13394 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13395 |
resolve-cwd@^3.0.0:
|
| 13396 |
version "3.0.0"
|
| 13397 |
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
|
| 13404 |
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
| 13405 |
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
| 13406 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13407 |
resolve-from@^4.0.0:
|
| 13408 |
version "4.0.0"
|
| 13409 |
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
| 13414 |
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
| 13415 |
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
|
| 13416 |
|
| 13417 |
+
resolve@^1.10.0, resolve@^1.12.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.3.2:
|
| 13418 |
version "1.20.0"
|
| 13419 |
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
|
| 13420 |
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
|
| 13507 |
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
| 13508 |
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
| 13509 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13510 |
rimraf@^2.6.2, rimraf@^2.6.3:
|
| 13511 |
version "2.7.1"
|
| 13512 |
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
| 13540 |
dependencies:
|
| 13541 |
tslib "^1.9.0"
|
| 13542 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13543 |
safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
| 13544 |
version "5.1.2"
|
| 13545 |
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
| 13546 |
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
| 13547 |
|
| 13548 |
+
safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
|
| 13549 |
+
version "5.2.1"
|
| 13550 |
+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
| 13551 |
+
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
| 13552 |
+
|
| 13553 |
safe-regex@^1.1.0:
|
| 13554 |
version "1.1.0"
|
| 13555 |
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
| 13583 |
loose-envify "^1.1.0"
|
| 13584 |
object-assign "^4.1.1"
|
| 13585 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13586 |
schema-utils@^2.6.5:
|
| 13587 |
version "2.7.1"
|
| 13588 |
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
|
| 13592 |
ajv "^6.12.4"
|
| 13593 |
ajv-keywords "^3.5.2"
|
| 13594 |
|
| 13595 |
+
schema-utils@^3.0, schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
|
| 13596 |
+
version "3.1.1"
|
| 13597 |
+
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
|
| 13598 |
+
integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
|
| 13599 |
dependencies:
|
| 13600 |
+
"@types/json-schema" "^7.0.8"
|
| 13601 |
ajv "^6.12.5"
|
| 13602 |
ajv-keywords "^3.5.2"
|
| 13603 |
|
| 13609 |
extend-shallow "^2.0.1"
|
| 13610 |
kind-of "^6.0.0"
|
| 13611 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13612 |
semver-diff@^3.1.1:
|
| 13613 |
version "3.1.1"
|
| 13614 |
resolved "https://registry.yarnpkg.com/semver-diff/-/semver-diff-3.1.1.tgz#05f77ce59f325e00e2706afd67bb506ddb1ca32b"
|
| 13616 |
dependencies:
|
| 13617 |
semver "^6.3.0"
|
| 13618 |
|
| 13619 |
+
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13620 |
version "5.7.1"
|
| 13621 |
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
| 13622 |
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
| 13672 |
dependencies:
|
| 13673 |
randombytes "^2.1.0"
|
| 13674 |
|
| 13675 |
+
serialize-javascript@^6.0.0:
|
| 13676 |
+
version "6.0.0"
|
| 13677 |
+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
|
| 13678 |
+
integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
|
| 13679 |
dependencies:
|
| 13680 |
+
randombytes "^2.1.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13681 |
|
| 13682 |
serve-static@1.14.1:
|
| 13683 |
version "1.14.1"
|
| 13711 |
dependencies:
|
| 13712 |
is-plain-object "^2.0.4"
|
| 13713 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13714 |
setprototypeof@1.1.1:
|
| 13715 |
version "1.1.1"
|
| 13716 |
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.1.tgz#7e95acb24aa92f5885e0abef5ba131330d4ae683"
|
| 13738 |
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
|
| 13739 |
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
|
| 13740 |
|
| 13741 |
+
sharp@^0.29.0:
|
| 13742 |
+
version "0.29.1"
|
| 13743 |
+
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.29.1.tgz#f60b50f24f399464a24187c86bd2da41aae50b85"
|
| 13744 |
+
integrity sha512-DpgdAny9TuS+oWCQ7MRS8XyY9x6q1+yW3a5wNx0J3HrGuB/Jot/8WcT+lElHY9iJu2pwtegSGxqMaqFiMhs4rQ==
|
| 13745 |
dependencies:
|
| 13746 |
+
color "^4.0.1"
|
| 13747 |
detect-libc "^1.0.3"
|
| 13748 |
+
node-addon-api "^4.1.0"
|
| 13749 |
+
prebuild-install "^6.1.4"
|
| 13750 |
semver "^7.3.5"
|
| 13751 |
simple-get "^3.1.0"
|
| 13752 |
tar-fs "^2.1.1"
|
| 13781 |
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.7.2.tgz#67a7d02c76c9da24f99d20808fcaded0e0e04be2"
|
| 13782 |
integrity sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==
|
| 13783 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13784 |
side-channel@^1.0.3, side-channel@^1.0.4:
|
| 13785 |
version "1.0.4"
|
| 13786 |
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
| 13852 |
resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707"
|
| 13853 |
integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=
|
| 13854 |
|
| 13855 |
+
slugify@^1.4.4, slugify@^1.6.0:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13856 |
version "1.6.0"
|
| 13857 |
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.0.tgz#6bdf8ed01dabfdc46425b67e3320b698832ff893"
|
| 13858 |
integrity sha512-FkMq+MQc5hzYgM86nLuHI98Acwi3p4wX+a5BO9Hhw4JdK4L7WueIiZ4tXEobImPqBz2sVcV0+Mu3GRB30IGang==
|
| 13859 |
|
| 13860 |
smart-buffer@^4.1.0:
|
| 13861 |
+
version "4.2.0"
|
| 13862 |
+
resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
|
| 13863 |
+
integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
|
| 13864 |
|
| 13865 |
smooth-scrollbar@^8.6.3:
|
| 13866 |
version "8.6.3"
|
| 13955 |
socket.io-adapter "~2.1.0"
|
| 13956 |
socket.io-parser "~4.0.3"
|
| 13957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13958 |
socks-proxy-agent@^5.0.0:
|
| 13959 |
+
version "5.0.1"
|
| 13960 |
+
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz#032fb583048a29ebffec2e6a73fca0761f48177e"
|
| 13961 |
+
integrity sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==
|
| 13962 |
dependencies:
|
| 13963 |
+
agent-base "^6.0.2"
|
| 13964 |
debug "4"
|
| 13965 |
socks "^2.3.3"
|
| 13966 |
|
| 13967 |
+
socks-proxy-agent@^6.0.0:
|
| 13968 |
+
version "6.0.0"
|
| 13969 |
+
resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.0.0.tgz#9f8749cdc05976505fa9f9a958b1818d0e60573b"
|
| 13970 |
+
integrity sha512-FIgZbQWlnjVEQvMkylz64/rUggGtrKstPnx8OZyYFG0tAFR8CSBtpXxSwbFLHyeXFn/cunFL7MpuSOvDSOPo9g==
|
| 13971 |
+
dependencies:
|
| 13972 |
+
agent-base "^6.0.2"
|
| 13973 |
+
debug "^4.3.1"
|
| 13974 |
+
socks "^2.6.1"
|
| 13975 |
+
|
| 13976 |
+
socks@^2.3.3, socks@^2.6.1:
|
| 13977 |
version "2.6.1"
|
| 13978 |
resolved "https://registry.yarnpkg.com/socks/-/socks-2.6.1.tgz#989e6534a07cf337deb1b1c94aaa44296520d30e"
|
| 13979 |
integrity sha512-kLQ9N5ucj8uIcxrDwjm0Jsqk06xdpBjGNQtpXy4Q8/QY2k+fY7nZH8CARy+hkbG+SGAovmzzuauCpBlb8FrnBA==
|
| 13981 |
ip "^1.1.5"
|
| 13982 |
smart-buffer "^4.1.0"
|
| 13983 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13984 |
sort-keys@^2.0.0:
|
| 13985 |
version "2.0.0"
|
| 13986 |
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-2.0.0.tgz#658535584861ec97d730d6cf41822e1f56684128"
|
| 14000 |
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.2.tgz#9889019d1024cce55cdc069498337ef6186a11a1"
|
| 14001 |
integrity sha1-mIkBnRAkzOVc3AaUmDN+9hhqEaE=
|
| 14002 |
|
| 14003 |
+
source-list-map@^2.0.0:
|
| 14004 |
version "2.0.1"
|
| 14005 |
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
| 14006 |
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
| 14076 |
spdx-license-ids "^3.0.0"
|
| 14077 |
|
| 14078 |
spdx-license-ids@^3.0.0:
|
| 14079 |
+
version "3.0.10"
|
| 14080 |
+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b"
|
| 14081 |
+
integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14082 |
|
| 14083 |
split-on-first@^1.0.0:
|
| 14084 |
version "1.1.0"
|
| 14121 |
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
|
| 14122 |
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
| 14123 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14124 |
sshpk@^1.7.0:
|
| 14125 |
version "1.16.1"
|
| 14126 |
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877"
|
| 14195 |
url "^0.11.0"
|
| 14196 |
webpack-sources "^0.2.0"
|
| 14197 |
|
| 14198 |
+
"statuses@>= 1.5.0 < 2", statuses@~1.5.0:
|
| 14199 |
version "1.5.0"
|
| 14200 |
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
| 14201 |
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
|
| 14265 |
is-fullwidth-code-point "^2.0.0"
|
| 14266 |
strip-ansi "^4.0.0"
|
| 14267 |
|
| 14268 |
+
string-width@^3.0.0:
|
| 14269 |
version "3.1.0"
|
| 14270 |
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
|
| 14271 |
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
|
| 14372 |
dependencies:
|
| 14373 |
ansi-regex "^3.0.0"
|
| 14374 |
|
| 14375 |
+
strip-ansi@^5.1.0, strip-ansi@^5.2.0:
|
| 14376 |
version "5.2.0"
|
| 14377 |
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
|
| 14378 |
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
|
| 14384 |
resolved "https://registry.yarnpkg.com/strip-bom-string/-/strip-bom-string-1.0.0.tgz#e5211e9224369fbb81d633a2f00044dc8cedad92"
|
| 14385 |
integrity sha1-5SEekiQ2n7uB1jOi8ABE3IztrZI=
|
| 14386 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14387 |
strip-bom@^3.0.0:
|
| 14388 |
version "3.0.0"
|
| 14389 |
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
|
| 14394 |
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-4.0.0.tgz#9c3505c1db45bcedca3d9cf7a16f5c5aa3901878"
|
| 14395 |
integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
|
| 14396 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14397 |
strip-eof@^1.0.0:
|
| 14398 |
version "1.0.0"
|
| 14399 |
resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
|
| 14404 |
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
|
| 14405 |
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
|
| 14406 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14407 |
strip-indent@^3.0.0:
|
| 14408 |
version "3.0.0"
|
| 14409 |
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
|
| 14421 |
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
|
| 14422 |
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
|
| 14423 |
|
| 14424 |
+
strip-outer@^1.0.1:
|
| 14425 |
version "1.0.1"
|
| 14426 |
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"
|
| 14427 |
integrity sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==
|
| 14437 |
minimist "^1.2.0"
|
| 14438 |
through "^2.3.4"
|
| 14439 |
|
| 14440 |
+
strtok3@^6.2.4:
|
| 14441 |
+
version "6.2.4"
|
| 14442 |
+
resolved "https://registry.yarnpkg.com/strtok3/-/strtok3-6.2.4.tgz#302aea64c0fa25d12a0385069ba66253fdc38a81"
|
| 14443 |
+
integrity sha512-GO8IcFF9GmFDvqduIspUBwCzCbqzegyVKIsSymcMgiZKeCfrN9SowtUoi8+b59WZMAjIzVZic/Ft97+pynR3Iw==
|
| 14444 |
dependencies:
|
| 14445 |
+
"@tokenizer/token" "^0.3.0"
|
| 14446 |
+
peek-readable "^4.0.1"
|
|
|
|
| 14447 |
|
| 14448 |
style-loader@^2.0.0:
|
| 14449 |
version "2.0.0"
|
| 14511 |
resolved "https://registry.yarnpkg.com/sudo-prompt/-/sudo-prompt-8.2.5.tgz#cc5ef3769a134bb94b24a631cc09628d4d53603e"
|
| 14512 |
integrity sha512-rlBo3HU/1zAJUrkY6jNxDOC9eVYliG6nS4JA8u8KAshITd07tafMc/Br7xQwCSseXwJ2iCcHCE8SNWX3q8Z+kw==
|
| 14513 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14514 |
supports-color@^5.3.0:
|
| 14515 |
version "5.5.0"
|
| 14516 |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
|
| 14518 |
dependencies:
|
| 14519 |
has-flag "^3.0.0"
|
| 14520 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14521 |
supports-color@^7.0.0, supports-color@^7.1.0:
|
| 14522 |
version "7.2.0"
|
| 14523 |
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
| 14552 |
util.promisify "~1.0.0"
|
| 14553 |
|
| 14554 |
svgo@^2.3.0:
|
| 14555 |
+
version "2.5.0"
|
| 14556 |
+
resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.5.0.tgz#3c9051b606d85a02fcb59f459b19970d2cc2c9bf"
|
| 14557 |
+
integrity sha512-FSdBOOo271VyF/qZnOn1PgwCdt1v4Dx0Sey+U1jgqm1vqRYjPGdip0RGrFW6ItwtkBB8rHgHk26dlVr0uCs82Q==
|
| 14558 |
dependencies:
|
| 14559 |
"@trysound/sax" "0.1.1"
|
| 14560 |
+
colorette "^1.3.0"
|
| 14561 |
+
commander "^7.2.0"
|
| 14562 |
+
css-select "^4.1.3"
|
| 14563 |
+
css-tree "^1.1.3"
|
| 14564 |
csso "^4.2.0"
|
| 14565 |
stable "^0.1.8"
|
| 14566 |
|
| 14617 |
pump "^3.0.0"
|
| 14618 |
tar-stream "^2.1.4"
|
| 14619 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14620 |
tar-stream@^2.1.4:
|
| 14621 |
version "2.2.0"
|
| 14622 |
resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287"
|
| 14629 |
readable-stream "^3.1.1"
|
| 14630 |
|
| 14631 |
tar@^4.4.12:
|
| 14632 |
+
version "4.4.19"
|
| 14633 |
+
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.19.tgz#2e4d7263df26f2b914dee10c825ab132123742f3"
|
| 14634 |
+
integrity sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==
|
| 14635 |
dependencies:
|
| 14636 |
+
chownr "^1.1.4"
|
| 14637 |
+
fs-minipass "^1.2.7"
|
| 14638 |
+
minipass "^2.9.0"
|
| 14639 |
+
minizlib "^1.3.3"
|
| 14640 |
+
mkdirp "^0.5.5"
|
| 14641 |
+
safe-buffer "^5.2.1"
|
| 14642 |
+
yallist "^3.1.1"
|
| 14643 |
|
| 14644 |
tar@^6.0.2, tar@^6.1.0:
|
| 14645 |
+
version "6.1.11"
|
| 14646 |
+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
|
| 14647 |
+
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
|
| 14648 |
dependencies:
|
| 14649 |
chownr "^2.0.0"
|
| 14650 |
fs-minipass "^2.0.0"
|
| 14669 |
temp-dir "^1.0.0"
|
| 14670 |
uuid "^3.3.2"
|
| 14671 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14672 |
term-size@^2.1.0:
|
| 14673 |
version "2.2.1"
|
| 14674 |
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
|
| 14675 |
integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==
|
| 14676 |
|
| 14677 |
+
terser-webpack-plugin@^5.1.1, terser-webpack-plugin@^5.1.3:
|
| 14678 |
+
version "5.2.3"
|
| 14679 |
+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.2.3.tgz#4852c91f709a4ea2bcf324cf48e7e88124cda0cc"
|
| 14680 |
+
integrity sha512-eDbuaDlXhVaaoKuLD3DTNTozKqln6xOG6Us0SzlKG5tNlazG+/cdl8pm9qiF1Di89iWScTI0HcO+CDcf2dkXiw==
|
| 14681 |
dependencies:
|
| 14682 |
+
jest-worker "^27.0.6"
|
| 14683 |
p-limit "^3.1.0"
|
| 14684 |
+
schema-utils "^3.1.1"
|
| 14685 |
+
serialize-javascript "^6.0.0"
|
| 14686 |
source-map "^0.6.1"
|
| 14687 |
+
terser "^5.7.2"
|
| 14688 |
|
| 14689 |
+
terser@^5.7.2:
|
| 14690 |
+
version "5.7.2"
|
| 14691 |
+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.2.tgz#d4d95ed4f8bf735cb933e802f2a1829abf545e3f"
|
| 14692 |
+
integrity sha512-0Omye+RD4X7X69O0eql3lC4Heh/5iLj3ggxR/B5ketZLOtLiOqukUgjw3q4PDnNQbsrkKr3UMypqStQG3XKRvw==
|
| 14693 |
dependencies:
|
| 14694 |
commander "^2.20.0"
|
| 14695 |
source-map "~0.7.2"
|
| 14717 |
"@theme-ui/mdx" "0.3.5"
|
| 14718 |
"@theme-ui/theme-provider" "0.3.5"
|
| 14719 |
|
| 14720 |
+
through2@^2.0.0:
|
| 14721 |
version "2.0.5"
|
| 14722 |
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd"
|
| 14723 |
integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==
|
| 14732 |
dependencies:
|
| 14733 |
readable-stream "3"
|
| 14734 |
|
| 14735 |
+
through@2, "through@>=2.2.7 <3", through@^2.3.4, through@^2.3.6:
|
| 14736 |
version "2.3.8"
|
| 14737 |
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
|
| 14738 |
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
|
| 14739 |
|
| 14740 |
+
timed-out@^4.0.1:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14741 |
version "4.0.1"
|
| 14742 |
resolved "https://registry.yarnpkg.com/timed-out/-/timed-out-4.0.1.tgz#f32eacac5a175bea25d7fab565ab3ed8741ef56f"
|
| 14743 |
integrity sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=
|
| 14787 |
dependencies:
|
| 14788 |
rimraf "^3.0.0"
|
| 14789 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14790 |
to-camel-case@1.0.0:
|
| 14791 |
version "1.0.0"
|
| 14792 |
resolved "https://registry.yarnpkg.com/to-camel-case/-/to-camel-case-1.0.0.tgz#1a56054b2f9d696298ce66a60897322b6f423e46"
|
| 14858 |
resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
|
| 14859 |
integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
|
| 14860 |
|
| 14861 |
+
token-types@^4.1.1:
|
| 14862 |
+
version "4.1.1"
|
| 14863 |
+
resolved "https://registry.yarnpkg.com/token-types/-/token-types-4.1.1.tgz#ef9e8c8e2e0ded9f1b3f8dbaa46a3228b113ba1a"
|
| 14864 |
+
integrity sha512-hD+QyuUAyI2spzsI0B7gf/jJ2ggR4RjkAo37j3StuePhApJUwcWDjnHDOFdIWYSwNR28H14hpwm4EI+V1Ted1w==
|
| 14865 |
dependencies:
|
| 14866 |
+
"@tokenizer/token" "^0.3.0"
|
| 14867 |
ieee754 "^1.2.1"
|
| 14868 |
|
| 14869 |
tough-cookie@~2.5.0:
|
| 14881 |
dependencies:
|
| 14882 |
punycode "^2.1.1"
|
| 14883 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14884 |
trim-newlines@^3.0.0:
|
| 14885 |
version "3.0.1"
|
| 14886 |
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
| 14930 |
source-map-support "^0.5.17"
|
| 14931 |
yn "3.1.1"
|
| 14932 |
|
| 14933 |
+
tsconfig-paths@^3.11.0:
|
| 14934 |
+
version "3.11.0"
|
| 14935 |
+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
|
| 14936 |
+
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14937 |
dependencies:
|
| 14938 |
"@types/json5" "^0.0.29"
|
| 14939 |
json5 "^1.0.1"
|
| 14945 |
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
| 14946 |
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
| 14947 |
|
| 14948 |
+
tslib@^2, tslib@^2.0.3, tslib@^2.2.0, tslib@~2.3.0:
|
| 14949 |
+
version "2.3.1"
|
| 14950 |
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
|
| 14951 |
+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
|
| 14952 |
|
| 14953 |
tslib@~2.0.1:
|
| 14954 |
version "2.0.3"
|
| 14996 |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.10.0.tgz#7f06b2b9fbfc581068d1341ffabd0349ceafc642"
|
| 14997 |
integrity sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw==
|
| 14998 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14999 |
type-fest@^0.18.0:
|
| 15000 |
version "0.18.1"
|
| 15001 |
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
|
| 15044 |
resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0"
|
| 15045 |
integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==
|
| 15046 |
|
| 15047 |
+
type@^2.5.0:
|
| 15048 |
version "2.5.0"
|
| 15049 |
resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d"
|
| 15050 |
integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==
|
| 15062 |
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
| 15063 |
|
| 15064 |
uglify-js@^3.1.4:
|
| 15065 |
+
version "3.14.2"
|
| 15066 |
+
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.14.2.tgz#d7dd6a46ca57214f54a2d0a43cad0f35db82ac99"
|
| 15067 |
+
integrity sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==
|
| 15068 |
|
| 15069 |
uid-number@0.0.6:
|
| 15070 |
version "0.0.6"
|
| 15086 |
has-symbols "^1.0.2"
|
| 15087 |
which-boxed-primitive "^1.0.2"
|
| 15088 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15089 |
unc-path-regex@^0.1.2:
|
| 15090 |
version "0.1.2"
|
| 15091 |
resolved "https://registry.yarnpkg.com/unc-path-regex/-/unc-path-regex-0.1.2.tgz#e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
|
| 15396 |
has-value "^0.3.1"
|
| 15397 |
isobject "^3.0.0"
|
| 15398 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15399 |
upath@^2.0.1:
|
| 15400 |
version "2.0.1"
|
| 15401 |
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b"
|
| 15459 |
mime-types "^2.1.27"
|
| 15460 |
schema-utils "^3.0.0"
|
| 15461 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15462 |
url-parse-lax@^3.0.0:
|
| 15463 |
version "3.0.0"
|
| 15464 |
resolved "https://registry.yarnpkg.com/url-parse-lax/-/url-parse-lax-3.0.0.tgz#16b5cafc07dbe3676c1b1999177823d6503acb0c"
|
| 15466 |
dependencies:
|
| 15467 |
prepend-http "^2.0.0"
|
| 15468 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15469 |
url-to-options@^1.0.1:
|
| 15470 |
version "1.0.1"
|
| 15471 |
resolved "https://registry.yarnpkg.com/url-to-options/-/url-to-options-1.0.1.tgz#1505a03a289a48cbd7a434efbaeec5055f5633a9"
|
| 15503 |
dependencies:
|
| 15504 |
object.getownpropertydescriptors "^2.0.3"
|
| 15505 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15506 |
util.promisify@~1.0.0:
|
| 15507 |
version "1.0.1"
|
| 15508 |
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
|
| 15523 |
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
|
| 15524 |
integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=
|
| 15525 |
|
| 15526 |
+
uuid@3.4.0, uuid@^3.0.0, uuid@^3.3.2:
|
| 15527 |
version "3.4.0"
|
| 15528 |
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
| 15529 |
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
| 15553 |
dependencies:
|
| 15554 |
builtins "^1.0.3"
|
| 15555 |
|
| 15556 |
+
value-or-promise@1.0.10:
|
| 15557 |
+
version "1.0.10"
|
| 15558 |
+
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.10.tgz#5bf041f1e9a8e7043911875547636768a836e446"
|
| 15559 |
+
integrity sha512-1OwTzvcfXkAfabk60UVr5NdjtjJ0Fg0T5+B1bhxtrOEwSH2fe8y4DnLgoksfCyd8yZCOQQHB0qLMQnwgCjbXLQ==
|
| 15560 |
+
|
| 15561 |
value-or-promise@1.0.6:
|
| 15562 |
version "1.0.6"
|
| 15563 |
resolved "https://registry.yarnpkg.com/value-or-promise/-/value-or-promise-1.0.6.tgz#218aa4794aa2ee24dcf48a29aba4413ed584747f"
|
| 15593 |
integrity sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==
|
| 15594 |
|
| 15595 |
vfile-message@*:
|
| 15596 |
+
version "3.0.2"
|
| 15597 |
+
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-3.0.2.tgz#db7eaebe7fecb853010f2ef1664427f52baf8f74"
|
| 15598 |
+
integrity sha512-UUjZYIOg9lDRwwiBAuezLIsu9KlXntdxwG+nXnjuQAHvBpcX3x0eN8h+I7TkY5nkCXj+cWVp4ZqebtGBvok8ww==
|
| 15599 |
dependencies:
|
| 15600 |
"@types/unist" "^2.0.0"
|
| 15601 |
unist-util-stringify-position "^3.0.0"
|
| 15650 |
glob-to-regexp "^0.4.1"
|
| 15651 |
graceful-fs "^4.1.2"
|
| 15652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15653 |
wcwidth@^1.0.0:
|
| 15654 |
version "1.0.1"
|
| 15655 |
resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8"
|
| 15672 |
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-6.1.0.tgz#9111b4d7ea80acd40f5270d666621afa78b69514"
|
| 15673 |
integrity sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==
|
| 15674 |
|
| 15675 |
+
webpack-assets-manifest@^5.0.6:
|
| 15676 |
version "5.0.6"
|
| 15677 |
resolved "https://registry.yarnpkg.com/webpack-assets-manifest/-/webpack-assets-manifest-5.0.6.tgz#1fe7baf9b57f2d28ff09fcaef3d678cc15912b88"
|
| 15678 |
integrity sha512-CW94ylPHurZTmxnYajSFA8763Cv/QFIKNgBwqBLaIOnBjH1EbDUAf8Eq1/i+o8qaKyKXJ3aX7r4/jtpXD88ldg==
|
| 15685 |
schema-utils "^3.0"
|
| 15686 |
tapable "^2.0"
|
| 15687 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15688 |
webpack-dev-middleware@^4.1.0:
|
| 15689 |
version "4.3.0"
|
| 15690 |
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz#179cc40795882cae510b1aa7f3710cbe93c9333e"
|
| 15697 |
range-parser "^1.2.1"
|
| 15698 |
schema-utils "^3.0.0"
|
| 15699 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15700 |
webpack-merge@^5.7.3:
|
| 15701 |
version "5.8.0"
|
| 15702 |
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
|
| 15721 |
source-list-map "^2.0.0"
|
| 15722 |
source-map "~0.6.1"
|
| 15723 |
|
| 15724 |
+
webpack-sources@^3.2.0:
|
| 15725 |
+
version "3.2.0"
|
| 15726 |
+
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.0.tgz#b16973bcf844ebcdb3afde32eda1c04d0b90f89d"
|
| 15727 |
+
integrity sha512-fahN08Et7P9trej8xz/Z7eRu8ltyiygEo/hnRi9KqBUs80KeDcnf96ZJo++ewWd84fEf3xSX9bp4ZS9hbw0OBw==
|
|
|
|
|
|
|
|
|
|
| 15728 |
|
| 15729 |
webpack-stats-plugin@^1.0.3:
|
| 15730 |
version "1.0.3"
|
| 15739 |
debug "^3.0.0"
|
| 15740 |
|
| 15741 |
webpack@^5.35.0:
|
| 15742 |
+
version "5.52.0"
|
| 15743 |
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.52.0.tgz#88d997c2c3ebb62abcaa453d2a26e0fd917c71a3"
|
| 15744 |
+
integrity sha512-yRZOat8jWGwBwHpco3uKQhVU7HYaNunZiJ4AkAVQkPCUGoZk/tiIXiwG+8HIy/F+qsiZvSOa+GLQOj3q5RKRYg==
|
| 15745 |
dependencies:
|
| 15746 |
"@types/eslint-scope" "^3.7.0"
|
| 15747 |
+
"@types/estree" "^0.0.50"
|
| 15748 |
+
"@webassemblyjs/ast" "1.11.1"
|
| 15749 |
+
"@webassemblyjs/wasm-edit" "1.11.1"
|
| 15750 |
+
"@webassemblyjs/wasm-parser" "1.11.1"
|
| 15751 |
+
acorn "^8.4.1"
|
| 15752 |
+
acorn-import-assertions "^1.7.6"
|
| 15753 |
browserslist "^4.14.5"
|
| 15754 |
chrome-trace-event "^1.0.2"
|
| 15755 |
enhanced-resolve "^5.8.0"
|
| 15756 |
+
es-module-lexer "^0.7.1"
|
| 15757 |
eslint-scope "5.1.1"
|
| 15758 |
events "^3.2.0"
|
| 15759 |
glob-to-regexp "^0.4.1"
|
| 15762 |
loader-runner "^4.2.0"
|
| 15763 |
mime-types "^2.1.27"
|
| 15764 |
neo-async "^2.6.2"
|
| 15765 |
+
schema-utils "^3.1.0"
|
| 15766 |
tapable "^2.1.1"
|
| 15767 |
+
terser-webpack-plugin "^5.1.3"
|
| 15768 |
watchpack "^2.2.0"
|
| 15769 |
+
webpack-sources "^3.2.0"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15770 |
|
| 15771 |
whatwg-url@^8.4.0:
|
| 15772 |
+
version "8.7.0"
|
| 15773 |
+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
|
| 15774 |
+
integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
|
| 15775 |
dependencies:
|
| 15776 |
lodash "^4.7.0"
|
| 15777 |
tr46 "^2.1.0"
|
| 15804 |
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
| 15805 |
|
| 15806 |
which-typed-array@^1.1.2:
|
| 15807 |
+
version "1.1.7"
|
| 15808 |
+
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.7.tgz#2761799b9a22d4b8660b3c1b40abaa7739691793"
|
| 15809 |
+
integrity sha512-vjxaB4nfDqwKI0ws7wZpxIlde1XrLX5uB0ZjpfshgmapJMD7jJWhZI+yToJTqaFByF0eNBcYxbjmCzoRP7CfEw==
|
| 15810 |
dependencies:
|
| 15811 |
+
available-typed-arrays "^1.0.5"
|
| 15812 |
+
call-bind "^1.0.2"
|
| 15813 |
+
es-abstract "^1.18.5"
|
| 15814 |
foreach "^2.0.5"
|
| 15815 |
+
has-tostringtag "^1.0.0"
|
| 15816 |
+
is-typed-array "^1.1.7"
|
|
|
|
| 15817 |
|
| 15818 |
which@^1.2.9, which@^1.3.1:
|
| 15819 |
version "1.3.1"
|
| 15865 |
dependencies:
|
| 15866 |
microevent.ts "~0.1.1"
|
| 15867 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15868 |
wrap-ansi@^6.2.0:
|
| 15869 |
version "6.2.0"
|
| 15870 |
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
| 15946 |
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
|
| 15947 |
|
| 15948 |
"ws@^5.2.0 || ^6.0.0 || ^7.0.0", ws@^7.3.0:
|
| 15949 |
+
version "7.5.4"
|
| 15950 |
+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.4.tgz#56bfa20b167427e138a7795de68d134fe92e21f9"
|
| 15951 |
+
integrity sha512-zP9z6GXm6zC27YtspwH99T3qTG7bBFv2VIkeHstMLrLlDJuzA7tQ5ls3OJ1hOGGCzTQPniNJoHXIAOS0Jljohg==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15952 |
|
| 15953 |
ws@~7.4.2:
|
| 15954 |
version "7.4.6"
|
| 16007 |
cssfilter "0.0.10"
|
| 16008 |
|
| 16009 |
xstate@^4.11.0, xstate@^4.14.0, xstate@^4.9.1:
|
| 16010 |
+
version "4.23.4"
|
| 16011 |
+
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.23.4.tgz#b894205ac46bb3acc09755907d3e57c81c86e80e"
|
| 16012 |
+
integrity sha512-lWaUvyrd0HGhosyKnf8i9wBlszVaS+/uIs0EfnuPYNsZIh1BW9ed4bZ64P57wVYk2uln7v3u+Mv98FC+r8xrxQ==
|
| 16013 |
|
| 16014 |
xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
|
| 16015 |
version "4.0.2"
|
| 16031 |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
|
| 16032 |
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
|
| 16033 |
|
| 16034 |
+
yallist@^3.0.0, yallist@^3.1.1:
|
| 16035 |
version "3.1.1"
|
| 16036 |
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
| 16037 |
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
| 16049 |
loader-utils "^1.4.0"
|
| 16050 |
yaml "^1.8.3"
|
| 16051 |
|
| 16052 |
+
yaml@^1.10.0, yaml@^1.10.2, yaml@^1.7.2, yaml@^1.8.3:
|
| 16053 |
version "1.10.2"
|
| 16054 |
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
| 16055 |
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
| 16059 |
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
|
| 16060 |
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
|
| 16061 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16062 |
yargs-parser@^18.1.2:
|
| 16063 |
version "18.1.3"
|
| 16064 |
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
|
| 16068 |
decamelize "^1.2.0"
|
| 16069 |
|
| 16070 |
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
|
| 16071 |
+
version "20.2.9"
|
| 16072 |
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
|
| 16073 |
+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16074 |
|
| 16075 |
yargs@^15.4.1:
|
| 16076 |
version "15.4.1"
|
| 16089 |
y18n "^4.0.0"
|
| 16090 |
yargs-parser "^18.1.2"
|
| 16091 |
|
| 16092 |
+
yargs@^16.2.0:
|
| 16093 |
version "16.2.0"
|
| 16094 |
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
|
| 16095 |
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
|
| 16102 |
y18n "^5.0.5"
|
| 16103 |
yargs-parser "^20.2.2"
|
| 16104 |
|
| 16105 |
+
yargs@^17.0.1:
|
| 16106 |
+
version "17.1.1"
|
| 16107 |
+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.1.1.tgz#c2a8091564bdb196f7c0a67c1d12e5b85b8067ba"
|
| 16108 |
+
integrity sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==
|
| 16109 |
dependencies:
|
| 16110 |
+
cliui "^7.0.2"
|
| 16111 |
+
escalade "^3.1.1"
|
| 16112 |
+
get-caller-file "^2.0.5"
|
| 16113 |
+
require-directory "^2.1.1"
|
| 16114 |
+
string-width "^4.2.0"
|
| 16115 |
+
y18n "^5.0.5"
|
| 16116 |
+
yargs-parser "^20.2.2"
|
| 16117 |
|
| 16118 |
yeast@0.1.2:
|
| 16119 |
version "0.1.2"
|